UNPKG

@rnw-community/react-native-payments

Version:

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

9 lines 381 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.emptyAndroidIntermediateSigningKey = void 0; const android_signed_key_1 = require("./android-signed-key"); exports.emptyAndroidIntermediateSigningKey = { signatures: '', signedKey: android_signed_key_1.emptyAndroidSignedKey, }; //# sourceMappingURL=android-intermediate-signing-key.js.map