@adyen/react-native
Version:
Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native
10 lines (8 loc) • 555 B
JavaScript
/** An object that defines a summary item in a payment request—for example, total, tax, discount, or grand total. */
/** An object that defines a summary item in a payment request—for example, total, tax, discount, or grand total. */
export let GooglePayEnvironment = /*#__PURE__*/function (GooglePayEnvironment) {
GooglePayEnvironment[GooglePayEnvironment["Test"] = 3] = "Test";
GooglePayEnvironment[GooglePayEnvironment["Production"] = 1] = "Production";
return GooglePayEnvironment;
}({});
//# sourceMappingURL=GooglePayConfiguration.js.map