UNPKG

@adyen/react-native

Version:

Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native

17 lines (16 loc) 527 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentComponentWrapper = void 0; var _ModuleWrapper = require("./ModuleWrapper"); /** * Wrapper for payment components that can open a payment flow. */ class PaymentComponentWrapper extends _ModuleWrapper.ModuleWrapper { open(paymentMethods, configuration) { this.nativeModule.open(paymentMethods, configuration); } } exports.PaymentComponentWrapper = PaymentComponentWrapper; //# sourceMappingURL=PaymentComponentWrapper.js.map