@finyxpay/ui 0.1.3 → 0.1.4
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/README.md +1 -1
- package/dist/finyx.umd.cjs +3 -3
- package/dist/finyx.umd.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +2 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -52,7 +52,7 @@ class Ru {
|
|
|
52
52
|
orderId: t.orderId,
|
|
53
53
|
paymentMethod: t.paymentMethod,
|
|
54
54
|
items: t.items,
|
|
55
|
-
returnUrl: t.returnUrl,
|
|
55
|
+
returnUrl: t.returnUrl ?? "",
|
|
56
56
|
iframe3ds: !0,
|
|
57
57
|
autoCapture: t.autoCapture ?? !0,
|
|
58
58
|
metadata: t.metadata ?? { source: "finyx-js", version: "0.1.0" },
|
|
@@ -230,7 +230,7 @@ class Hu {
|
|
|
230
230
|
paymentMethod: n,
|
|
231
231
|
browserInfo: t.browserInfo || {},
|
|
232
232
|
items: t.items,
|
|
233
|
-
returnUrl: t.returnUrl,
|
|
233
|
+
returnUrl: t.returnUrl ?? "",
|
|
234
234
|
autoCapture: t.autoCapture ?? !1,
|
|
235
235
|
metadata: t.metadata ?? { source: "finyx-js", version: "0.1.0" }
|
|
236
236
|
});
|
|
@@ -7458,7 +7458,7 @@ async function e2(e) {
|
|
|
7458
7458
|
currency: e.options.currency,
|
|
7459
7459
|
orderId: e.options.orderId,
|
|
7460
7460
|
items: e.options.items,
|
|
7461
|
-
returnUrl: e.options.returnUrl,
|
|
7461
|
+
returnUrl: e.options.returnUrl ?? "",
|
|
7462
7462
|
autoCapture: e.options.autoCapture,
|
|
7463
7463
|
metadata: e.options.metadata,
|
|
7464
7464
|
existingOrderId: e.options.existingOrderId,
|
|
@@ -9620,7 +9620,7 @@ async function du(e, t, n) {
|
|
|
9620
9620
|
currency: t.currency,
|
|
9621
9621
|
orderId: t.orderId,
|
|
9622
9622
|
items: t.items,
|
|
9623
|
-
returnUrl: t.returnUrl,
|
|
9623
|
+
returnUrl: t.returnUrl ?? "",
|
|
9624
9624
|
autoCapture: t.autoCapture,
|
|
9625
9625
|
metadata: t.metadata,
|
|
9626
9626
|
existingOrderId: t.existingOrderId,
|