@paynext/sdk 0.0.112 → 0.0.114
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +3 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -275,7 +275,7 @@ let Or = class {
|
|
|
275
275
|
}, l == null ? void 0 : l.styles), {
|
|
276
276
|
// ToDo: Temporary we have only Visa and Master card
|
|
277
277
|
// allowedCardNetworks: supportedCardTypes
|
|
278
|
-
allowedCardNetworks: ["masterCard"],
|
|
278
|
+
allowedCardNetworks: ["visa", "masterCard"],
|
|
279
279
|
requestBillingAddress: !0,
|
|
280
280
|
requestPayerDetails: ["name", "email", "phone"],
|
|
281
281
|
process: (b, y) => E(this, [b, y], function* (p, { fail: g }) {
|
|
@@ -320,7 +320,8 @@ let Or = class {
|
|
|
320
320
|
phoneNumber: !0
|
|
321
321
|
}
|
|
322
322
|
}, l == null ? void 0 : l.styles), {
|
|
323
|
-
|
|
323
|
+
// ToDo: Temporary we have only Visa and Master card
|
|
324
|
+
allowedCardNetworks: ["VISA", "MASTERCARD"],
|
|
324
325
|
process: (g, b) => E(this, [g, b], function* (m, { fail: p }) {
|
|
325
326
|
o == null || o({
|
|
326
327
|
paymentMethod: x.GOOGLE_PAY
|