@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
11 lines • 332 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.emptyIosPaymentDataHeader = void 0;
exports.emptyIosPaymentDataHeader = {
applicationData: '',
ephemeralPublicKey: '',
publicKeyHash: '',
transactionId: '',
wrappedKey: '',
};
//# sourceMappingURL=ios-payment-data-header.js.map