Skip to content

Commit efa3109

Browse files
authored
Merge pull request #154 from paypal/DTPPCPSDK-2894
Add Carte Bancaire to the list of eligible vendors
2 parents 5889722 + 4835086 commit efa3109

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/funding.js

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export const CARD = {
4949
DINERS: ("diners": "diners"),
5050
MAESTRO: ("maestro": "maestro"),
5151
EFTPOS: ("eftpos": "eftpos"),
52+
CB_NATIONALE: ("cb-nationale": "cb-nationale"),
5253
};
5354

5455
export const WALLET_INSTRUMENT = {

0 commit comments

Comments
 (0)