@wix/ecom 1.0.747 → 1.0.748
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.748",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@wix/ecom_discounts-custom-trigger": "1.0.6",
|
|
38
38
|
"@wix/ecom_draft-orders": "1.0.17",
|
|
39
39
|
"@wix/ecom_gift-vouchers": "1.0.0",
|
|
40
|
-
"@wix/ecom_gift-vouchers-provider": "1.0.
|
|
40
|
+
"@wix/ecom_gift-vouchers-provider": "1.0.2",
|
|
41
41
|
"@wix/ecom_local-delivery-options": "1.0.7",
|
|
42
42
|
"@wix/ecom_order-fulfillments": "1.0.45",
|
|
43
43
|
"@wix/ecom_order-invoices": "1.0.38",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"fqdn": ""
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
|
-
"falconPackageHash": "
|
|
80
|
+
"falconPackageHash": "db8e3879b91520bac43fb4e341c59fb93f6b56951f48ed27c027975a"
|
|
81
81
|
}
|
|
@@ -70,7 +70,7 @@ interface VoidResponse {
|
|
|
70
70
|
currencyCode?: string;
|
|
71
71
|
}
|
|
72
72
|
interface GiftCardProviderConfig {
|
|
73
|
-
/** Base URI
|
|
73
|
+
/** Base URI where the endpoints are called. Wix eCommerce appends the endpoint path to the base URI. For example, to call the Get Balance endpoint at https://my-gift-cards.com/v1/balance, the base URI you provide here is https://my-gift-cards.com/. */
|
|
74
74
|
deploymentUri?: string;
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
@@ -70,7 +70,7 @@ interface VoidResponse {
|
|
|
70
70
|
currencyCode?: string;
|
|
71
71
|
}
|
|
72
72
|
interface GiftCardProviderConfig {
|
|
73
|
-
/** Base URI
|
|
73
|
+
/** Base URI where the endpoints are called. Wix eCommerce appends the endpoint path to the base URI. For example, to call the Get Balance endpoint at https://my-gift-cards.com/v1/balance, the base URI you provide here is https://my-gift-cards.com/. */
|
|
74
74
|
deploymentUri?: string;
|
|
75
75
|
}
|
|
76
76
|
/**
|