UNPKG
stripe-react-native-apple-pay
Version:
latest (0.4.0)
0.4.0
0.4.0-rc.0
0.3.0
0.3.0-rc.1
0.3.0-rc.0
0.2.0
0.2.0-rc.6
React Native wrapper around Stripe Apple Pay
github.com/team-blaze/stripe-react-native-apple-pay
stripe-react-native-apple-pay
/
lib
/
module
/
types
/
Errors.js
7 lines
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
let
PlatformPayError
=
/*#__PURE__*/
function
(
PlatformPayError
) {
PlatformPayError
[
"Canceled"
] =
"Canceled"
;
PlatformPayError
[
"Failed"
] =
"Failed"
;
PlatformPayError
[
"Unknown"
] =
"Unknown"
;
return
PlatformPayError
; }({});
//# sourceMappingURL=Errors.js.map