UNPKG

@rnw-community/react-native-payments

Version:

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

15 lines 763 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.emptyAndroidPaymentMethodToken = void 0; const android_card_info_js_1 = require("./android-card-info.js"); const android_intermediate_signing_key_js_1 = require("./android-intermediate-signing-key.js"); const android_signed_message_js_1 = require("./android-signed-message.js"); exports.emptyAndroidPaymentMethodToken = { intermediateSigningKey: android_intermediate_signing_key_js_1.emptyAndroidIntermediateSigningKey, protocolVersion: '', signature: '', signedMessage: android_signed_message_js_1.emptyAndroidSignedMessage, rawToken: '', cardInfo: android_card_info_js_1.emptyAndroidCardInfo, }; //# sourceMappingURL=android-payment-method-token.js.map