UNPKG

@rnw-community/react-native-payments

Version:

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

10 lines 493 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.warnChangeEventError = void 0; const shared_1 = require("@rnw-community/shared"); const warnChangeEventError = (error) => { // eslint-disable-next-line no-console console.warn(`[ReactNativePayments] Payment change event failed: ${(0, shared_1.getErrorMessage)(error, 'Unknown error')}`); }; exports.warnChangeEventError = warnChangeEventError; //# sourceMappingURL=warn-change-event-error.util.js.map