Skip to content

Releases: AltaPay/plugin-magento2-community

4.2.4

22 Apr 07:57
459e925

Choose a tag to compare

[4.2.4]

Fixed

  • Fix typo in the Apple Pay merchant validation POST parameter (termminalidterminalId).

Notes

  • For custom integrations: If you have a custom extension or server-side controller that reads the termminalid POST parameter from sdmaltapay/index/applepay, update it to read terminalId instead.

4.2.3

16 Mar 12:07
b81d111

Choose a tag to compare

[4.2.3]

Fixed

  • Fix AltaPay callback redirect layout rendering.

4.2.2

23 Feb 10:44
edbecfc

Choose a tag to compare

[4.2.2]

Added

  • Fixed compatibility issues with PHP 8.1.
  • Updated language settings to enforce correct German locale mapping.

Fixed

  • Fix: Issue where failed AltaPay orders stayed in pending status and were not cancelled automatically.
  • Improved the cancellation logic to keep stock in sync correctly.

4.2.1

29 Jan 06:45
89ff187

Choose a tag to compare

[4.2.1]

Added

  • Added a Back to Shopping Cart button on the payment form, allowing customers to cancel the payment and return to the cart.

4.2.0

12 Dec 07:10
5563fdd

Choose a tag to compare

[4.2.0]

Fixed

Fix: Stock is not restored correctly during order cancellation for pending orders during the cron scheduler run.

4.1.9

17 Nov 05:46
b9112d6

Choose a tag to compare

[4.1.9]

Fixed

Fix: Apply form template only when supported and not for Apple Pay or reservations.

4.1.8

08 Oct 04:58
ed87d5e

Choose a tag to compare

[4.1.8]

Fixed

Fix: Updated client session ID handling to use Magento’s default Encryptor class for secure encryption.

4.1.7

18 Sep 04:56
730ee2f

Choose a tag to compare

[4.1.7]

Added

  • Add support for Checkout Design v2.

4.1.6

28 Aug 04:42
09e8765

Choose a tag to compare

[4.1.6]

Fixed

  • Fix: Round off unit price in order line to 2 decimal digits.

4.1.5

18 Aug 08:34
c025547

Choose a tag to compare

[4.1.5]

Fixed

  • Fix: Added proper admin error message when terminal sync fails for already configured terminals.
  • Fix: Prevent order status from changing from "Cancelled" to "Payment Pending".
  • Fix: Prevent order status from updating on fail callback, retaining the previous status.