Broadleaf Microservices
  • v1.0.0-latest-prod

Order Operation Release Notes for 2.0.3-GA

Table of Contents

Requirements

  • JDK 17 is required for Broadleaf release trains 2.0.0-GA, and beyond.

Bug Fixes

  • Fixed an issue where the post-checkout-submission voucher offer validation fails when the voucher offer is applied via an offer code.

    • Previously, only the deprecated Codes field in OfferClient’s OrderDto is built & passed to PromotionServices, which isn’t used at all, causing the issue. To fix it, the new OfferCodeDto payload is used instead.