...
When an invalid or expired coupon is added or used, proper error message is displayed.
Error improvement for bundle sales
400 bad request is returned with "InvalidPrice fault" when attempting to sell a bundle with price higher than individual items.
Fetching coupons in background (EnableBackgroundOperationProcessing)
Depending on the value of the EnableBackgroundOperationProcessing POS parameter, POS WCF may use a background operation to fetch coupons, which could cause CheckoutCart to fail if the coupon fetching is still in progress. This issue is resolved by setting EnableBackgroundOperationProcessing to False.
...
Released 01.07.2024
Conditional Setting of 'CustomerId' During Member Fetch
...