@wix/ecom 1.0.861 → 1.0.862
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.862",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@wix/ecom_order-invoices": "1.0.48",
|
|
49
49
|
"@wix/ecom_order-payment-requests": "1.0.20",
|
|
50
50
|
"@wix/ecom_order-transactions": "1.0.80",
|
|
51
|
-
"@wix/ecom_orders": "1.0.
|
|
51
|
+
"@wix/ecom_orders": "1.0.157",
|
|
52
52
|
"@wix/ecom_orders-settings": "1.0.55",
|
|
53
53
|
"@wix/ecom_payment-settings": "1.0.83",
|
|
54
54
|
"@wix/ecom_pickup-locations": "1.0.18",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"fqdn": ""
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
|
-
"falconPackageHash": "
|
|
90
|
+
"falconPackageHash": "0ae816acbf45f2a2937c59035f96763d0121fc94a9e316798c93fabc"
|
|
91
91
|
}
|
|
@@ -26989,7 +26989,8 @@ declare enum NonRefundableReason$1 {
|
|
|
26989
26989
|
PENDING_REFUND = "PENDING_REFUND",
|
|
26990
26990
|
FORBIDDEN = "FORBIDDEN",
|
|
26991
26991
|
TRANSACTION_NOT_FOUND = "TRANSACTION_NOT_FOUND",
|
|
26992
|
-
ORDER_IS_PENDING = "ORDER_IS_PENDING"
|
|
26992
|
+
ORDER_IS_PENDING = "ORDER_IS_PENDING",
|
|
26993
|
+
ORDER_IS_REJECTED = "ORDER_IS_REJECTED"
|
|
26993
26994
|
}
|
|
26994
26995
|
declare enum ManuallyRefundableReason$1 {
|
|
26995
26996
|
EXPIRED = "EXPIRED",
|
|
@@ -26989,7 +26989,8 @@ declare enum NonRefundableReason$1 {
|
|
|
26989
26989
|
PENDING_REFUND = "PENDING_REFUND",
|
|
26990
26990
|
FORBIDDEN = "FORBIDDEN",
|
|
26991
26991
|
TRANSACTION_NOT_FOUND = "TRANSACTION_NOT_FOUND",
|
|
26992
|
-
ORDER_IS_PENDING = "ORDER_IS_PENDING"
|
|
26992
|
+
ORDER_IS_PENDING = "ORDER_IS_PENDING",
|
|
26993
|
+
ORDER_IS_REJECTED = "ORDER_IS_REJECTED"
|
|
26993
26994
|
}
|
|
26994
26995
|
declare enum ManuallyRefundableReason$1 {
|
|
26995
26996
|
EXPIRED = "EXPIRED",
|