@wix/auto_sdk_ecom_checkout 1.0.45 → 1.0.47

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.
@@ -1457,7 +1457,7 @@ interface GiftCard {
1457
1457
  id?: string;
1458
1458
  /** Gift card obfuscated code. */
1459
1459
  obfuscatedCode?: string;
1460
- /** Gift card value. */
1460
+ /** Actual amount to be redeemed from the gift card. */
1461
1461
  amount?: MultiCurrencyPrice;
1462
1462
  /**
1463
1463
  * App ID of the gift card provider.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_checkout",
3
- "version": "1.0.45",
3
+ "version": "1.0.47",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -49,5 +49,5 @@
49
49
  "fqdn": "wix.ecom.v1.checkout"
50
50
  }
51
51
  },
52
- "falconPackageHash": "bc2ce81377ed010f66967e860ab4e0544bc73a53b5c86ebf035e6b05"
52
+ "falconPackageHash": "d38edf386eacb3157434124d14632479f887cb3bca924142a9b90806"
53
53
  }