@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
6 lines • 323 B
JavaScript
import { getErrorMessage } from '@rnw-community/shared';
export const warnChangeEventError = (error) => {
// eslint-disable-next-line no-console
console.warn(`[ReactNativePayments] Payment change event failed: ${getErrorMessage(error, 'Unknown error')}`);
};
//# sourceMappingURL=warn-change-event-error.util.js.map