tonder-web-sdk 1.12.0-beta.4 → 1.12.0-beta.5
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 +1 -1
- package/package.json +1 -1
- package/src/classes/inlineCheckout.js +1 -1
- package/v1/bundle.min.js +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
<workItem from="1723774667217" duration="11739000" />
|
|
111
111
|
<workItem from="1723855727317" duration="20341000" />
|
|
112
112
|
<workItem from="1723952592527" duration="17418000" />
|
|
113
|
-
<workItem from="1724247675743" duration="
|
|
113
|
+
<workItem from="1724247675743" duration="29033000" />
|
|
114
114
|
</task>
|
|
115
115
|
<servers />
|
|
116
116
|
</component>
|
package/package.json
CHANGED
|
@@ -259,7 +259,7 @@ export class InlineCheckout extends BaseInlineCheckout{
|
|
|
259
259
|
const saveCard = document.getElementById("save-checkout-card");
|
|
260
260
|
if (saveCard && "checked" in saveCard && saveCard.checked) {
|
|
261
261
|
try {
|
|
262
|
-
await saveCustomerCard(this.baseUrl, auth_token,
|
|
262
|
+
await saveCustomerCard(this.baseUrl, auth_token, business.pk, {
|
|
263
263
|
skyflow_id: cardTokens.skyflow_id,
|
|
264
264
|
});
|
|
265
265
|
showMessage(MESSAGES.cardSaved, this.collectorIds.msgNotification);
|