Skip to content

Commit

Permalink
fix: rename to receiveRevoker
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Aug 8, 2023
1 parent 524911e commit 9f8bfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ERTP/src/payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const preparePaymentKind = (issuerBaggage, name, brand, PaymentI) => {
},
},
{
getRevoker(revoke) {
receiveRevoker(revoke) {
revokePayment = revoke;
},
},
Expand Down

0 comments on commit 9f8bfdb

Please sign in to comment.