We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f37af3 commit 12d7430Copy full SHA for 12d7430
src/funding.js
@@ -48,6 +48,7 @@ export const CARD = {
48
CUP: ("cup": "cup"),
49
DINERS: ("diners": "diners"),
50
MAESTRO: ("maestro": "maestro"),
51
+ EFTPOS: ("eftpos": "eftpos"),
52
};
53
54
export const WALLET_INSTRUMENT = {
src/types.js
@@ -57,6 +57,7 @@ export type CardVendorsEligibility = {|
57
cup?: CardVendorEligibility,
58
maestro?: CardVendorEligibility,
59
diners?: CardVendorEligibility,
60
+ eftpos?: CardVendorEligibility,
61
|};
62
63
export type CardEligibility = {|
0 commit comments