Releases: Nofraud/nofraud_connect
Releases · Nofraud/nofraud_connect
v1.7.0
1.7.0 (2025-03-19)
Bug Fixes
- Appropriately log refund error message. (d6dbed3)
- Attempt to void the payment if refund fails (74bf4e1)
- Handle casting of cardAttempts from string to int. (07e7126)
- Prevent Authnet plugin from transitioning status in conflict with (376bb90)
- Utilize full order object in cron context to allow for proper order refund, void & cancellation (3ca22e1)
Features
- Add cron to retry refunds daily for orders that have not yet settled. (8ac69e4)
- Track failed payment attempts and send to API. (3b8e751)
v1.6.0
1.6.0 (2025-01-07)
Features
- Add authorize and capture flow (d39e509)
- Add status history comment for refund and void actions. (b2b3526)
- Add status message when order cancelled. (cd9c90c)
v1.5.0
1.5.0 (2024-12-02)
Features
- Add setting to skip screening for orders based on customer group (63f53a9)
v1.4.2
1.4.2 (2024-11-15)
Bug Fixes
v1.4.1
1.4.1 (2024-11-11)
Bug Fixes
- Apply parsing to remote ip as well for safety. (03b2e89)
- Refine IP extraction from X-Forwarded-For header (01f04e7)
v1.4.0
1.4.0 (2024-10-02)
Features
- Extract AVS, CVV and BIN from cybersource. (c9a9eb8)
v1.3.0
1.3.0 (2024-09-30)
Features
- App app and version to NFAPI call. (70a065d)
v1.2.1
1.2.1 (2024-02-13)
Bug Fixes
- Add check for order's ability to be held, implement try-catch for hold operation, and improve logging (d76d8e1)
- cron: Do not update review order if decision hasn't yet been rendered (43487aa)
v1.2.0
1.2.0 (2023-11-02)
Features
- Add support for currency internationalization (#39) (0186921)
v1.1.0
1.1.0 (2023-08-31)
Bug Fixes
- Set fraudulent status orders to configured decision for fail (aa92ad8)
- Update order status for failed orders when auto-cancel is disabled (#36) (0bb3820)
Features
- Fetch BIN for ParadoxLabs Auth.NET CIM (71d2bd7)