UNPKG

@rnw-community/react-native-payments

Version:

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

10 lines 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.emptyAndroidCardInfo = void 0; const android_assurance_details_specifications_1 = require("./android-assurance-details-specifications"); exports.emptyAndroidCardInfo = { assuranceDetails: android_assurance_details_specifications_1.emptyAndroidAssuranceDetailsSpecifications, cardDetails: '', cardNetwork: '', }; //# sourceMappingURL=android-card-info.js.map