@wix/ecom 1.0.635 → 1.0.636
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.636",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@wix/ecom_abandoned-checkouts": "1.0.30",
|
|
23
|
-
"@wix/ecom_additional-fees": "1.0.
|
|
23
|
+
"@wix/ecom_additional-fees": "1.0.9",
|
|
24
24
|
"@wix/ecom_back-in-stock-notifications": "1.0.35",
|
|
25
25
|
"@wix/ecom_back-in-stock-settings": "1.0.22",
|
|
26
26
|
"@wix/ecom_cart": "1.0.47",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"fqdn": ""
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
|
-
"falconPackageHash": "
|
|
67
|
+
"falconPackageHash": "5683facee5017fc95c52f7e4c8be84b3ff0928a0dc77f2f7d638ff7d"
|
|
68
68
|
}
|
|
@@ -836,7 +836,7 @@ interface CalculateAdditionalFeesResponse {
|
|
|
836
836
|
*
|
|
837
837
|
* The currency returned in the response object must match the wix site's currency or those fees will
|
|
838
838
|
* be filtered out and not returned. Extract the `currency` from the
|
|
839
|
-
* [request envelope](https://dev.wix.com/
|
|
839
|
+
* [request envelope](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/self-hosting/supported-extensions/backend-extensions/add-self-hosted-service-plugin-extensions-with-rest#request-envelope)
|
|
840
840
|
* to ensure the correct currency is used in your calculation.
|
|
841
841
|
*/
|
|
842
842
|
currency?: string;
|
|
@@ -834,7 +834,7 @@ interface CalculateAdditionalFeesResponse {
|
|
|
834
834
|
*
|
|
835
835
|
* The currency returned in the response object must match the wix site's currency or those fees will
|
|
836
836
|
* be filtered out and not returned. Extract the `currency` from the
|
|
837
|
-
* [request envelope](https://dev.wix.com/
|
|
837
|
+
* [request envelope](https://dev.wix.com/docs/build-apps/develop-your-app/frameworks/self-hosting/supported-extensions/backend-extensions/add-self-hosted-service-plugin-extensions-with-rest#request-envelope)
|
|
838
838
|
* to ensure the correct currency is used in your calculation.
|
|
839
839
|
*/
|
|
840
840
|
currency?: string;
|