Skip to content

Latest commit

 

History

History
97 lines (48 loc) · 4.98 KB

CHANGELOG.md

File metadata and controls

97 lines (48 loc) · 4.98 KB

1.5.0 (2024-12-02)

Features

  • Add setting to skip screening for orders based on customer group (63f53a9)

1.4.2 (2024-11-15)

Bug Fixes

  • Remove dynamic property. (f3b7186)

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)

1.4.0 (2024-10-02)

Features

  • Extract AVS, CVV and BIN from cybersource. (c9a9eb8)

1.3.0 (2024-09-30)

Features

  • App app and version to NFAPI call. (70a065d)

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)

1.2.0 (2023-11-02)

Features

  • Add support for currency internationalization (#39) (0186921)

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)

1.0.2 (2023-08-21)

Bug Fixes

  • Make Extension Compatible With Dynamic Property Deprecation in PHP 8.2 (#33) (6968aa0)

1.0.1 (2023-06-30)

Bug Fixes

  • include version in composer.json to allow for FE display (a9013ed)

1.0.0 (2023-06-20)

Bug Fixes

  • Array logs should be printed readable (261cdd8)
  • auto-cancel orders in fail status appropriately (903b763)
  • Consider refund failed if invoice cannot be refunded or voided. (65925c7)
  • Do not cancel if refund fails (92ea933)
  • Don't cancel if refund fails (00c3f36)
  • remove fraudulent condition since it is not a valid decision (54084c0)
  • replace uninitialized var (658cce9)
  • Save order after update (90cbd80)
  • Update nofraud status on review --> fail (e6b2ee1)

Features

  • worked depreciated error resolving and backend configuration changes (462c571)