Skip to content

v10.1.1

Compare
Choose a tag to compare
@leungkinghin-ct leungkinghin-ct released this 13 Jan 10:03
· 229 commits to master since this release
168c585

Bug Fix

  • After we introduced custom field for refund reference in v9.10.0, it leads to unmatched payment in notification because the the reference obtained in notification is not matched with payment key. To fix it, we now use either pspReference or merchantReference as payment key, and lookup the corresponding payment with them (or originalReference if it exists) in notification module.

For more information, please refer to our architectural decision record