Skip to content

Commit 8f256c9

Browse files
authored
Merge pull request #156 from paypal/update-cbn-card
feat: update the constant for cb nationale as per gql requirements
2 parents 41378de + a6663e4 commit 8f256c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/funding.js

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

5555
export const WALLET_INSTRUMENT = {

0 commit comments

Comments
 (0)