Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Releases: heidelpay/magento2

Compatibility for shop version 2.4

09 Sep 14:57
14e6aca
Compare
Choose a tag to compare

Added

  • Support for PHP 7.4 and Magento 2.4

Removed

  • Support for PHP 7.0
  • Support for Magento versions 2.2.x and smaller.

Compatibility for shop version 2.3.5-p1 + fixes

13 May 06:24
a16fc0d
Compare
Choose a tag to compare

Fixed

  • An issue during checkout if phone number is optional and not set by customer. That leads to a failing address comparison for secured payment methods and PayPal.
  • Disable caching for dynamic blocks.
  • An issue creating orders from Reservations.
  • Problem when switching from an unknown payment method to a heidelpay gateway method.
  • Invoice Payment methods : An issue not always setting the expected state after shipment.

Display "heidelpay txnId" in order grid and enable order creation via push.

24 Feb 11:06
b9d234c
Compare
Choose a tag to compare

Added

  • Refund to iDeal payment method.
  • Add column heidelpay TxnId to sales_order_grid to enable better mapping between Magento order and hIP transactions.
  • Enable push notifications to create an order if it does not exist already for an successful reservation or payment.
  • Add PHP 7.3 support.

Fixed

  • Made sure the reserved value matches the gross value of the order to avoid problems finalizing.

Remove

  • PHP 5.6 support.

Magento 2.3 compatibility

17 Oct 16:05
cedc4b9
Compare
Choose a tag to compare

19.10.17

Added

  • Compatibility with Magento 2.3
  • Improved security

Fixed

  • Use the correct store config now for orders made in sub stores.
  • Online refund failed with orders via invoice payment methods.

Changed

  • Redirect controller: redirect to cart if oder could not be loaded correctly.

Santander hire purchase integration and magento 2.2.9 compatibility

29 Jul 11:11
2b391b1
Compare
Choose a tag to compare

19.7.29

Added

  • Santander hire purchase payment method.
  • Check whether customer is already 18 if payment method requires it.

Fixed

  • A problem where a transaction was processed a second time via push when using "sofort". That caused the paid amount to be displayed
    incorrectly.
  • A problem which led to a missing error message for the customer.
  • An issue with basket calculation when order has a discount.

Changed

  • Refactored payment methods. Simplify configuration and reduce duplicate code in payment methods.
  • Compatibility with magento 2.2.9: Change address handling in checkout.

magento 2.2.8 compatibility

08 May 19:54
63770fc
Compare
Choose a tag to compare

19.5.8

Fixed

  • An issue that prevented an invoice to be (partly) refunded twice.
  • An issue where different currencies can cause that order is created in base currency.

Changed

  • Improved response handling if Post data is empty: Customer gets redirected to cart with an error message. Wording of
    log entry was changed for a better understanding.
  • Removed static version from composer command in installation manual.
  • improved status handling to ensure compatibility with magento 2.2.8

Fix problem concerning FPC and changes in new order email template

30 Jan 15:20
05cd5d2
Compare
Choose a tag to compare

19.1.30

Fixed

  • Fixed a bug which resulted in an problem when sending the new order mail which resulted in the customer being redirected to an empty cart instead of the success page.
  • iDEAL: Add missing checkbox for terms of conditions.
  • iDEAL: Set correct default channel for test system.

Added

  • Support information to readme.

iDeal integration

01 Oct 14:27
7437f1b
Compare
Choose a tag to compare

18.10.1

Added

  • payment method iDeal

Fix due to realease of Magento security patch SUPEE-10888

20 Sep 14:06
74861a3
Compare
Choose a tag to compare

18.9.20

Fixed

  • An issue which resulted in an error on checkout with secured payment methods with Magento security patch SUPEE-10888 (Magento Version 2.2.6 and 2.1.15).
  • An issue concerning the versions of the dependencies.

Fix order mail is sent twice.

09 Aug 12:47
b088c78
Compare
Choose a tag to compare

18.8.9

Fixed

  • An issue which resulted in the order mail being sent twice.