@adyen/react-native
Version:
Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native
12 lines (11 loc) • 353 B
JavaScript
;
import { ModuleWrapper } from './ModuleWrapper';
/**
* Wrapper for payment components that can open a payment flow.
*/
export class PaymentComponentWrapper extends ModuleWrapper {
open(paymentMethods, configuration) {
this.nativeModule.open(paymentMethods, configuration);
}
}
//# sourceMappingURL=PaymentComponentWrapper.js.map