Broadleaf Microservices
  • v1.0.0-latest-prod

Payment Transaction Release Notes for 2.0.6-GA

New Features & Notable Changes

  • Replace property usages of forceCatalogForFetch for forceFilterByCatalogIncludeInheritance.

  • Added failureType reason to the checkout rollback event.

  • Reduce log level for Resource Lock exception in payment webhook logging.

  • Added support for payment transaction result audit & transaction updates.

    • Add new payment transaction results audit table, BLC_PAYMENT_TX_RESULT_AUDIT.

    • On webhook update events, copy previous transaction results to the new results audit domain to store transaction result history. Then update the payment transaction with the updated results from the webhook.

Bug Fixes

  • Fixed potential NPE in the Payment Reversal Job, by setting a default value of zero when a monetary amount is null.