@tillhub/schemas 6.131.0 → 6.132.0
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [6.132.0](https://github.com/tillhub/schemas/compare/v6.131.0...v6.132.0) (2022-03-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **configurations:** payments ([a96eb88](https://github.com/tillhub/schemas/commit/a96eb88))
|
|
7
|
+
|
|
1
8
|
# [6.131.0](https://github.com/tillhub/schemas/compare/v6.130.0...v6.131.0) (2022-03-29)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -21,6 +21,11 @@ module.exports = {
|
|
|
21
21
|
description: 'If true, allows multiple payments on negative cart totals, e.g. undefined + cash (e.g. health insurance case).',
|
|
22
22
|
default: false,
|
|
23
23
|
type: 'boolean'
|
|
24
|
+
}),
|
|
25
|
+
allow_change_on_cards: oneOf({
|
|
26
|
+
description: 'If true, allows entering values for split payments that are higher than the remaining price - thus potentially handing back cash (legacy behavior).',
|
|
27
|
+
default: false,
|
|
28
|
+
type: 'boolean'
|
|
24
29
|
})
|
|
25
30
|
}
|
|
26
31
|
}
|