Skip to content

Commit 12d7430

Browse files
SatheeshKS10sakarthikeyan
and
sakarthikeyan
authored
enable eftpos card brand (#146)
Co-authored-by: sakarthikeyan <[email protected]>
1 parent 3f37af3 commit 12d7430

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/funding.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export const CARD = {
4848
CUP: ("cup": "cup"),
4949
DINERS: ("diners": "diners"),
5050
MAESTRO: ("maestro": "maestro"),
51+
EFTPOS: ("eftpos": "eftpos"),
5152
};
5253

5354
export const WALLET_INSTRUMENT = {

src/types.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export type CardVendorsEligibility = {|
5757
cup?: CardVendorEligibility,
5858
maestro?: CardVendorEligibility,
5959
diners?: CardVendorEligibility,
60+
eftpos?: CardVendorEligibility,
6061
|};
6162

6263
export type CardEligibility = {|

0 commit comments

Comments
 (0)