Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Updated the transformation code used to transform the POSLog version of cloud to On-Prem to make it more efficient. 

Support for limited use coupons from Coupon Service

(RTP-33151)

AddCouponByDiscountCode is extended to support limited use coupons from Coupon Service. When a coupon code is added in discountCode field,  first it is checked if it matches a coupon from Promotions Management.  If it does not match with any coupon from Promotions Management, the coupon is checked in Coupon Service. The discountCode can only used based on the allowed number of times defined for it in Coupon Service, and if it is redeemed more than the allowed number of times there will be an error encountered during CheckOutCart. When an invalid discountCode is added, meaning it does not exist in both Promotions Management and Coupon Service, then an error is returned.


...

Released 17.10.2024

Fix for "success" field in ResumeCart

...