UNPKG

@adyen/react-native

Version:

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

10 lines (9 loc) 317 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPartialPaymentsComponent = isPartialPaymentsComponent; function isPartialPaymentsComponent(object) { return 'provideBalance' in object && 'provideOrder' in object; } //# sourceMappingURL=PartialPaymentsComponentWrapper.js.map