@wix/auto_sdk_ecom_cart-v-2 1.0.24 → 1.0.25
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/build/cjs/index.d.ts +9 -4
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +9 -4
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +9 -4
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +9 -4
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +9 -4
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +9 -4
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +9 -4
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +9 -4
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1084,7 +1084,9 @@ interface BusinessInfo {
|
|
|
1084
1084
|
*/
|
|
1085
1085
|
languageCode?: string;
|
|
1086
1086
|
/**
|
|
1087
|
-
* The business’s default currency,
|
|
1087
|
+
* The business’s default currency, in three-letter [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
|
|
1088
|
+
*
|
|
1089
|
+
* This represents the base currency configured for the site and remains constant regardless of the [customer’s currency selection](https://support.wix.com/en/article/multicurrency-an-overview).
|
|
1088
1090
|
* @format CURRENCY
|
|
1089
1091
|
* @readonly
|
|
1090
1092
|
*/
|
|
@@ -1153,8 +1155,9 @@ interface CustomerInfo extends CustomerInfoIdOneOf {
|
|
|
1153
1155
|
*/
|
|
1154
1156
|
languageCode?: string;
|
|
1155
1157
|
/**
|
|
1156
|
-
*
|
|
1157
|
-
*
|
|
1158
|
+
* The currency [selected by the customer](https://support.wix.com/en/article/multicurrency-an-overview) during the purchase flow, in three-letter [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
|
|
1159
|
+
*
|
|
1160
|
+
* This reflects the customer’s preferred display currency and may differ from the site’s default currency.
|
|
1158
1161
|
* @format CURRENCY
|
|
1159
1162
|
* @readonly
|
|
1160
1163
|
*/
|
|
@@ -1324,7 +1327,9 @@ interface PaymentInfo {
|
|
|
1324
1327
|
*/
|
|
1325
1328
|
giftCards?: GiftCard[];
|
|
1326
1329
|
/**
|
|
1327
|
-
* The currency
|
|
1330
|
+
* The currency used for processing the payment, in three-letter [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
|
|
1331
|
+
*
|
|
1332
|
+
* This is determined by the customer’s selected currency and the site’s supported payment currencies. If the customer’s selected currency is supported for payment, this matches the `customerInfo.currencyCode` property. If not supported, this falls back to the `businessInfo.currencyCode` property.
|
|
1328
1333
|
* @format CURRENCY
|
|
1329
1334
|
* @readonly
|
|
1330
1335
|
*/
|