@wix/auto_sdk_ecom_payment-settings 1.0.127 → 1.0.128

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.
@@ -2706,6 +2706,13 @@ interface BalanceSummary {
2706
2706
  * @readonly
2707
2707
  */
2708
2708
  totalMinusPlatformFees?: Price;
2709
+ /**
2710
+ * The total adjustment applied to the cash payment due to rounding.
2711
+ *
2712
+ * Positive values indicate the total was rounded up; negative values indicate it was rounded down.
2713
+ * @readonly
2714
+ */
2715
+ cashRoundingAdjustment?: CashRounding;
2709
2716
  }
2710
2717
  /**
2711
2718
  * Order balance. Reflects amount left to be paid on order and is calculated dynamically. Can be negative per balance definition.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_payment-settings",
3
- "version": "1.0.127",
3
+ "version": "1.0.128",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -51,5 +51,5 @@
51
51
  "fqdn": "wix.interfaces.ecommerce.v1.payment_settings_provider"
52
52
  }
53
53
  },
54
- "falconPackageHash": "f059751e29b8e64fe1ee7993faae9248f4dd19210b0d62da69a5351c"
54
+ "falconPackageHash": "e5459778efdc48b75347898422ed601edeee7b956b056d5ef40a6bbd"
55
55
  }