Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.4 KB

File metadata and controls

56 lines (38 loc) · 1.4 KB

Changelog

All notable changes to this project will be documented in this file.

[1.0.7] - 2026-05-08

Updated

  • Fixed Cron filter accumulation by using Order CollectionFactory instead of a shared Collection instance.
  • Fixed false transaction handling in Cron when no transaction exists for the order.
  • Webhook now allows null order_id and number_of_installments parameters.
  • Webhook now processes cancelled/canceled statuses as order cancellations.

[1.0.6] - 2025-09-09

Updated

  • Fixed an issue that masked information when sending a request to GoCuotas.

[1.0.5] - 2025-07-05

Updated

  • Changes were made to make Logger compatible with Magento 2.4.8.
  • Copyright Year

[1.0.4] - 2024-11-06

Added

  • New configuration added that allows the merchant to modify the waiting time before canceling an order.

Updated

  • Cron modified to check with GoCuotas if there is an unreported payment for the order before canceling it.

[1.0.3] - 2024-07-08

Updated

  • Extend payment Information in Order View (Backend)

[1.0.2] - 2024-04-22

Updated

  • Modal Payment Method (Mobile force Redirect)

[1.0.1] - 2024-01-31

Added

  • Payment Information in Order View (Backend)
  • Checkout Billing Address in Payment
  • Credentials Verification (Backend)

Updated

  • Webhook Web API
  • LESS Optimization
  • Template improvements

[1.0.0] - 2023-12-18

Added

  • Initial release.