@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
9 lines • 390 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.emptyAndroidIntermediateSigningKey = void 0;
const android_signed_key_js_1 = require("./android-signed-key.js");
exports.emptyAndroidIntermediateSigningKey = {
signatures: '',
signedKey: android_signed_key_js_1.emptyAndroidSignedKey,
};
//# sourceMappingURL=android-intermediate-signing-key.js.map