@astropay/payments-lib 2.0.5 → 2.0.6
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/astropay-payments-lib.es.js +1 -1
- package/dist/astropay-payments-lib.umd.js +259 -118
- package/dist/{main-D0Na6yuS.js → main-Dl49yQXp.js} +20007 -19394
- package/dist/{profiler-BIAivRqj.js → profiler-B_k9ln7u.js} +1 -1
- package/dist/public/AstroPayCardPayment/index.d.ts +1 -1
- package/dist/public/AstroPayFullCheckout/index.d.ts +1 -1
- package/dist/public/AstroPayPayment/index.d.ts +1 -1
- package/dist/{startRecording-DjydAa5u.js → startRecording-LV0jKClE.js} +1 -1
- package/package.json +1 -1
|
@@ -27,7 +27,7 @@ export declare class AstroPayCardPayment extends Component<HTMLDivElement> {
|
|
|
27
27
|
private createPayment;
|
|
28
28
|
private renderAstroPayCardMethod;
|
|
29
29
|
private showErrorMessage;
|
|
30
|
-
private
|
|
30
|
+
private showResultScreen;
|
|
31
31
|
/**
|
|
32
32
|
* Renders the payment component into the specified DOM container.
|
|
33
33
|
*
|
|
@@ -26,7 +26,7 @@ export declare class AstroPayFullCheckout extends Component<HTMLDivElement> {
|
|
|
26
26
|
constructor(params: APFullCheckout);
|
|
27
27
|
private createPayment;
|
|
28
28
|
private renderPaymentMethods;
|
|
29
|
-
private
|
|
29
|
+
private showResultScreen;
|
|
30
30
|
/**
|
|
31
31
|
* Renders the full checkout experience into the specified DOM container.
|
|
32
32
|
*
|
|
@@ -25,7 +25,7 @@ export declare class AstroPayPayment extends Component<HTMLDivElement> {
|
|
|
25
25
|
constructor(params: APPayment);
|
|
26
26
|
private createPayment;
|
|
27
27
|
private renderAstroPayMethod;
|
|
28
|
-
private
|
|
28
|
+
private showResultScreen;
|
|
29
29
|
/**
|
|
30
30
|
* Renders the payment component into the specified DOM container.
|
|
31
31
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as A, C, b as ft, i as Y, g as V, N as h, P as X, S as pt, a as B, c as ht, d as mt, e as St, f as q, r as gt, h as Et, j as yt, k as Tt, l as j, m as J, t as _, n as x, o as M, p as K, q as N, u as Q, v as Z, w as Nt, x as vt, y as b, z as D, A as R, B as wt, D as Mt, E as It, F as Rt, G as Ct, H as bt, I as _t, J as Lt, K as Dt, L as xt, M as Ot, O as At, Q as Vt, R as Pt, T as kt, U as zt } from "./main-
|
|
1
|
+
import { s as A, C, b as ft, i as Y, g as V, N as h, P as X, S as pt, a as B, c as ht, d as mt, e as St, f as q, r as gt, h as Et, j as yt, k as Tt, l as j, m as J, t as _, n as x, o as M, p as K, q as N, u as Q, v as Z, w as Nt, x as vt, y as b, z as D, A as R, B as wt, D as Mt, E as It, F as Rt, G as Ct, H as bt, I as _t, J as Lt, K as Dt, L as xt, M as Ot, O as At, Q as Vt, R as Pt, T as kt, U as zt } from "./main-Dl49yQXp.js";
|
|
2
2
|
const P = /* @__PURE__ */ new WeakMap();
|
|
3
3
|
function T(t) {
|
|
4
4
|
return P.has(t);
|
package/package.json
CHANGED