Skip to content

Commit

Permalink
Merge pull request #154 from paypal/DTPPCPSDK-2894
Browse files Browse the repository at this point in the history
Add Carte Bancaire to the list of eligible vendors
  • Loading branch information
jtanya17 authored Jan 15, 2025
2 parents 5889722 + 4835086 commit efa3109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/funding.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const CARD = {
DINERS: ("diners": "diners"),
MAESTRO: ("maestro": "maestro"),
EFTPOS: ("eftpos": "eftpos"),
CB_NATIONALE: ("cb-nationale": "cb-nationale"),
};

export const WALLET_INSTRUMENT = {
Expand Down

0 comments on commit efa3109

Please sign in to comment.