@wix/auto_sdk_ecom_payment-settings 1.0.119 → 1.0.120

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.
@@ -2780,6 +2780,8 @@ interface AdditionalFee {
2780
2780
  * @format GUID
2781
2781
  */
2782
2782
  lineItemIds?: string[];
2783
+ /** Specifies the entity that added the additional fee. */
2784
+ source?: AdditionalFeeSource;
2783
2785
  }
2784
2786
  declare enum AdditionalFeeSource {
2785
2787
  /** The additional fee was added by an additional fee service plugin. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_payment-settings",
3
- "version": "1.0.119",
3
+ "version": "1.0.120",
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": "cc88268436e94b4bd3fd776f448065fd3befb7ca7fed73ab9ef6b33f"
54
+ "falconPackageHash": "186ccff473daa78adbae01e4a8a9df27d4a71c9ab915791cffa1ed32"
55
55
  }