diff --git a/packages/ERTP/src/payment.js b/packages/ERTP/src/payment.js index a6feb5562d17..1f87e572f4f8 100644 --- a/packages/ERTP/src/payment.js +++ b/packages/ERTP/src/payment.js @@ -29,7 +29,7 @@ export const preparePaymentKind = (issuerBaggage, name, brand, PaymentI) => { }, }, { - getRevoker(revoke) { + receiveRevoker(revoke) { revokePayment = revoke; }, },