Releases: Midtrans/Midtrans-Magento2
Releases · Midtrans/Midtrans-Magento2
v2.7.3
Update compatibility with magento latest version 2.4.6
- Update compatibility with Magento 2.4.6
- Update check Midtrans Magento2 version to use GitHub static link
- Replace Zend Framework function to use the internal magneto function
v2.7.1 - Fix bug can't place order due to issue during load order by entity_id
Fix Bug:
- Can't place order due to can't load order when increment_id is not equal with entity_id
- Fix get order by increment id function
v2.7.0 - enhancement add payment transaction record, and fix bug can't create invoice when transaction capture/settlement after retrying from deny.
Enhancement:
- add payment transaction record when payment and refund were made
Fix bug:
- can't create an invoice/no invoice when the transaction capture/settlement after retrying from deny.
fix incompatibility with magento latest version 2.4.4
- Fix unexpected incompatibility issue on Magento latest version 2.4.4
- Add compatibility of PHP 8 to composer requirement
v2.6.5 workaround fix Midtrans sandbox API new infra returning unexpected 400 response
- Fix: (current workaround of issue) unexpected 400 API response from Midtrans Sandbox API, which causes unable to get Snap token & display payment popup. Issue likely happens since new Midtrans sandbox infra is deployed.
- attempt fix by replacing PHP Curl with Magento's internal curl, as per this findings: https://magento.stackexchange.com/a/336888
v2.6.4
Enhancement:
- Support external PaymentFee extension (Mageprince PaymentFee)
- Override pending page using finish page instead, so user can get the actual status transaction in frontend after payment.
Improvement:
- Address Magento action, deprecated class
- Remove variable type for backward compatibility.