@tonder.io/ionic-lite-sdk 0.0.35-beta.15 → 0.0.35-beta.16
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/.idea/workspace.xml
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
<workItem from="1725305433705" duration="21026000" />
|
|
71
71
|
<workItem from="1725333899382" duration="2939000" />
|
|
72
72
|
<workItem from="1725337022494" duration="3671000" />
|
|
73
|
-
<workItem from="1725378545854" duration="
|
|
73
|
+
<workItem from="1725378545854" duration="7455000" />
|
|
74
74
|
</task>
|
|
75
75
|
<servers />
|
|
76
76
|
</component>
|
package/package.json
CHANGED
|
@@ -58,11 +58,11 @@ export class LiteCheckout extends BaseInlineCheckout {
|
|
|
58
58
|
super({ mode, apiKey, returnUrl, callBack });
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
async injectCheckout() {
|
|
61
|
+
public async injectCheckout() {
|
|
62
62
|
await this._initializeCheckout();
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
async getCustomerCards(): Promise<ICustomerCardsResponse> {
|
|
65
|
+
public async getCustomerCards(): Promise<ICustomerCardsResponse> {
|
|
66
66
|
try {
|
|
67
67
|
await this._fetchMerchantData();
|
|
68
68
|
const { auth_token } = await this._getCustomer();
|