@blotoutio/providers-blotout-wallet-sdk 0.65.1 → 0.66.0

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/index.cjs.js CHANGED
@@ -546,7 +546,7 @@ let BlotoutWallet = class BlotoutWallet extends s {
546
546
  this.dispatchEvent(new CustomEvent('blotout-wallet-email-saved', { bubbles: true }));
547
547
  window.edgetag('tag', 'CartRecovery_KeepCartEmailSaved', {}, {}, { destination: this.edgeURL });
548
548
  }
549
- this.restoreResponse = await this.storeApi.addItems(this.lastExpiredCart.items);
549
+ this.restoreResponse = await this.storeApi.addItems(this.lastExpiredCart.items, this.lastExpiredCart.token);
550
550
  const expiredCartId = this.lastExpiredCart.cartId;
551
551
  // We attempt to mark the cart as restored, but if the request fails,
552
552
  // we log the error in the console and let the user continue. Since the
package/index.js CHANGED
@@ -547,7 +547,7 @@ var ProvidersBlotoutWalletSdk = (function () {
547
547
  this.dispatchEvent(new CustomEvent('blotout-wallet-email-saved', { bubbles: true }));
548
548
  window.edgetag('tag', 'CartRecovery_KeepCartEmailSaved', {}, {}, { destination: this.edgeURL });
549
549
  }
550
- this.restoreResponse = await this.storeApi.addItems(this.lastExpiredCart.items);
550
+ this.restoreResponse = await this.storeApi.addItems(this.lastExpiredCart.items, this.lastExpiredCart.token);
551
551
  const expiredCartId = this.lastExpiredCart.cartId;
552
552
  // We attempt to mark the cart as restored, but if the request fails,
553
553
  // we log the error in the console and let the user continue. Since the
package/index.mjs CHANGED
@@ -544,7 +544,7 @@ let BlotoutWallet = class BlotoutWallet extends s {
544
544
  this.dispatchEvent(new CustomEvent('blotout-wallet-email-saved', { bubbles: true }));
545
545
  window.edgetag('tag', 'CartRecovery_KeepCartEmailSaved', {}, {}, { destination: this.edgeURL });
546
546
  }
547
- this.restoreResponse = await this.storeApi.addItems(this.lastExpiredCart.items);
547
+ this.restoreResponse = await this.storeApi.addItems(this.lastExpiredCart.items, this.lastExpiredCart.token);
548
548
  const expiredCartId = this.lastExpiredCart.cartId;
549
549
  // We attempt to mark the cart as restored, but if the request fails,
550
550
  // we log the error in the console and let the user continue. Since the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-blotout-wallet-sdk",
3
- "version": "0.65.1",
3
+ "version": "0.66.0",
4
4
  "description": "Blotout Wallet SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",