New Features:
- Introduced the Afterpay Messaging Component
Introduced Afterpay messaging as a new SDK component, allowing merchants to embed Afterpay’s On-Site Messaging across product, cart, and payment pages.
Impacted Functionality: Afterpay v1 & v2
- Added Toggle to Hide Checkout Message Widget
Introduced a new “Hide Message Widget” toggle in the Checkout configuration template settings to allow merchants to disable the display of final flow status messages (Success, Failed). This provides merchants with control over the user experience, enabling them to hide the widget when status updates are handled by their own website or redirect.
Impacted Functionality: Checkout
- Enhanced Rules Engine: InRange Expression for BINs
Added support for the InRangeExpression operator for BIN (Bank Identification Number) fields, with validation for both 6- and 8-digit BINs. This ensures accurate and inclusive range checks for BIN-based rules.
Impacted Functionality: Rules Engine
- Enhanced Rules Engine: InRange Expression for IP Addresses
Added support for the InRangeExpression operator for IP address fields, supporting both IPv4 and IPv6. Rules can now evaluate if an IP falls within a specified inclusive range, with strict validation for correct IP formats.
Impacted Functionality: Rules Engine
- Support for IP-based IN and NOT_IN Expressions
Extended the rules-engine to support IN and NOT_IN operators for IP address fields, enabling advanced allow/deny logic for IP-based rules.
Impacted Functionality: Rules Engine