@wix/auto_sdk_payments_psp-callbacks 1.0.31 → 1.0.32
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/meta.d.ts
CHANGED
|
@@ -131,7 +131,7 @@ interface VoidEvent {
|
|
|
131
131
|
* @format GUID
|
|
132
132
|
*/
|
|
133
133
|
wixTransactionId?: string;
|
|
134
|
-
/** Wix [reason code](https://dev.wix.com/docs/rest/business-management/payments/service-plugins/payment-service-provider-service-plugin/reason-codes) indicating request's status */
|
|
134
|
+
/** Wix [reason code](https://dev.wix.com/docs/rest/business-management/payments/service-plugins/payment-service-provider-service-plugin/reason-codes) indicating request's status. */
|
|
135
135
|
reasonCode?: number;
|
|
136
136
|
/**
|
|
137
137
|
* Total amount voided in a currency’s minor units.
|
package/build/es/meta.d.mts
CHANGED
|
@@ -131,7 +131,7 @@ interface VoidEvent {
|
|
|
131
131
|
* @format GUID
|
|
132
132
|
*/
|
|
133
133
|
wixTransactionId?: string;
|
|
134
|
-
/** Wix [reason code](https://dev.wix.com/docs/rest/business-management/payments/service-plugins/payment-service-provider-service-plugin/reason-codes) indicating request's status */
|
|
134
|
+
/** Wix [reason code](https://dev.wix.com/docs/rest/business-management/payments/service-plugins/payment-service-provider-service-plugin/reason-codes) indicating request's status. */
|
|
135
135
|
reasonCode?: number;
|
|
136
136
|
/**
|
|
137
137
|
* Total amount voided in a currency’s minor units.
|
|
@@ -131,7 +131,7 @@ interface VoidEvent {
|
|
|
131
131
|
* @format GUID
|
|
132
132
|
*/
|
|
133
133
|
wixTransactionId?: string;
|
|
134
|
-
/** Wix [reason code](https://dev.wix.com/docs/rest/business-management/payments/service-plugins/payment-service-provider-service-plugin/reason-codes) indicating request's status */
|
|
134
|
+
/** Wix [reason code](https://dev.wix.com/docs/rest/business-management/payments/service-plugins/payment-service-provider-service-plugin/reason-codes) indicating request's status. */
|
|
135
135
|
reasonCode?: number;
|
|
136
136
|
/**
|
|
137
137
|
* Total amount voided in a currency’s minor units.
|
|
@@ -131,7 +131,7 @@ interface VoidEvent {
|
|
|
131
131
|
* @format GUID
|
|
132
132
|
*/
|
|
133
133
|
wixTransactionId?: string;
|
|
134
|
-
/** Wix [reason code](https://dev.wix.com/docs/rest/business-management/payments/service-plugins/payment-service-provider-service-plugin/reason-codes) indicating request's status */
|
|
134
|
+
/** Wix [reason code](https://dev.wix.com/docs/rest/business-management/payments/service-plugins/payment-service-provider-service-plugin/reason-codes) indicating request's status. */
|
|
135
135
|
reasonCode?: number;
|
|
136
136
|
/**
|
|
137
137
|
* Total amount voided in a currency’s minor units.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_payments_psp-callbacks",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.32",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"fqdn": "wix.payments.psp.v1.provider_platform_event"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "c886feca7f4e188914606436c7629290e7c944daffd6b9c8bb4be28f"
|
|
54
54
|
}
|