@wix/payments 1.0.21 → 1.0.22

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/payments",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@wix/payments_onboarding-availability": "1.0.9",
25
25
  "@wix/payments_psp-callbacks": "1.0.6",
26
- "@wix/payments_refunds": "1.0.17"
26
+ "@wix/payments_refunds": "1.0.18"
27
27
  },
28
28
  "devDependencies": {
29
29
  "glob": "^10.4.1",
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "3e08502ee61310bc81bb9b5176df6cde67fec4869fb8ee894fab5695"
51
+ "falconPackageHash": "bf11f03ae0ae0301453eb0be539e768c6d3cce9c5a6bcafb8f14a734"
52
52
  }
@@ -1013,7 +1013,7 @@ declare namespace context$1 {
1013
1013
 
1014
1014
  /**
1015
1015
  * A refund a record of an attempt of
1016
- * returning funds for a charge from a merchant to a customer to who has made a purchase.
1016
+ * returning funds for a charge from a merchant to a buyer who has made a purchase.
1017
1017
  * Read more about refunds in this [article](<https://dev.wix.com/docs/rest/business-management/payments/refunds/introduction>).
1018
1018
  */
1019
1019
  interface Refund {
@@ -1046,7 +1046,7 @@ interface Refund {
1046
1046
  /** Currency of refund, should be the same as currency of charge. */
1047
1047
  currency?: string | null;
1048
1048
  /**
1049
- * Amount of refund in base units, what's returned to the customer.
1049
+ * Amount of refund in base units, what's returned to the buyer.
1050
1050
  * E.g. "12.95".
1051
1051
  */
1052
1052
  amount?: string | null;
@@ -1165,7 +1165,7 @@ interface SyncRefundRequest {
1165
1165
  /** Currency of refund, should be the same as currency of charge. */
1166
1166
  currency?: string | null;
1167
1167
  /**
1168
- * Amount of refund in base units, what's returned to the customer.
1168
+ * Amount of refund in base units, what's returned to the buyer.
1169
1169
  * E.g. "12.95".
1170
1170
  */
1171
1171
  amount?: string | null;
@@ -1013,7 +1013,7 @@ declare namespace index_d$1 {
1013
1013
 
1014
1014
  /**
1015
1015
  * A refund a record of an attempt of
1016
- * returning funds for a charge from a merchant to a customer to who has made a purchase.
1016
+ * returning funds for a charge from a merchant to a buyer who has made a purchase.
1017
1017
  * Read more about refunds in this [article](<https://dev.wix.com/docs/rest/business-management/payments/refunds/introduction>).
1018
1018
  */
1019
1019
  interface Refund {
@@ -1046,7 +1046,7 @@ interface Refund {
1046
1046
  /** Currency of refund, should be the same as currency of charge. */
1047
1047
  currency?: string | null;
1048
1048
  /**
1049
- * Amount of refund in base units, what's returned to the customer.
1049
+ * Amount of refund in base units, what's returned to the buyer.
1050
1050
  * E.g. "12.95".
1051
1051
  */
1052
1052
  amount?: string | null;
@@ -1165,7 +1165,7 @@ interface SyncRefundRequest {
1165
1165
  /** Currency of refund, should be the same as currency of charge. */
1166
1166
  currency?: string | null;
1167
1167
  /**
1168
- * Amount of refund in base units, what's returned to the customer.
1168
+ * Amount of refund in base units, what's returned to the buyer.
1169
1169
  * E.g. "12.95".
1170
1170
  */
1171
1171
  amount?: string | null;
@@ -516,7 +516,7 @@ declare namespace meta$1 {
516
516
 
517
517
  /**
518
518
  * A refund a record of an attempt of
519
- * returning funds for a charge from a merchant to a customer to who has made a purchase.
519
+ * returning funds for a charge from a merchant to a buyer who has made a purchase.
520
520
  * Read more about refunds in this [article](<https://dev.wix.com/docs/rest/business-management/payments/refunds/introduction>).
521
521
  */
522
522
  interface Refund$1 {
@@ -549,7 +549,7 @@ interface Refund$1 {
549
549
  /** Currency of refund, should be the same as currency of charge. */
550
550
  currency?: string | null;
551
551
  /**
552
- * Amount of refund in base units, what's returned to the customer.
552
+ * Amount of refund in base units, what's returned to the buyer.
553
553
  * E.g. "12.95".
554
554
  */
555
555
  amount?: string | null;
@@ -883,7 +883,7 @@ interface GetRefundabilityResponseNonNullableFields$1 {
883
883
 
884
884
  /**
885
885
  * A refund a record of an attempt of
886
- * returning funds for a charge from a merchant to a customer to who has made a purchase.
886
+ * returning funds for a charge from a merchant to a buyer who has made a purchase.
887
887
  * Read more about refunds in this [article](<https://dev.wix.com/docs/rest/business-management/payments/refunds/introduction>).
888
888
  */
889
889
  interface Refund {
@@ -916,7 +916,7 @@ interface Refund {
916
916
  /** Currency of refund, should be the same as currency of charge. */
917
917
  currency?: string | null;
918
918
  /**
919
- * Amount of refund in base units, what's returned to the customer.
919
+ * Amount of refund in base units, what's returned to the buyer.
920
920
  * E.g. "12.95".
921
921
  */
922
922
  amount?: string | null;