UNPKG

@rnw-community/react-native-payments

Version:

Accept Payments with Apple Pay and Android Pay using the Payment Request API.

12 lines 578 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultAndroidPaymentMethod = void 0; const android_allowed_auth_methods_enum_1 = require("../enum/android-allowed-auth-methods.enum"); exports.defaultAndroidPaymentMethod = { parameters: { allowedAuthMethods: [android_allowed_auth_methods_enum_1.AndroidAllowedAuthMethodsEnum.PAN_ONLY, android_allowed_auth_methods_enum_1.AndroidAllowedAuthMethodsEnum.CRYPTOGRAM_3DS], allowedCardNetworks: [], }, type: 'CARD', }; //# sourceMappingURL=android-payment-method.js.map