This repository has been archived by the owner on Feb 16, 2022. It is now read-only.
Releases: heidelpay/magento2
Releases · heidelpay/magento2
Heidelpay Magento 2 Payment Gateway - Release 17.7.25
Heidelpay Magento 2 Payment Gateway - Release 17.7.25
Added
- Prepayment Invoice details in backend, e-mail and pdf invoices
- Customer's ip address will now be added to the payment api request
Fixed
- Fixed a missing redirect back to cart on nok transaction (error) responses
- Re-added the name input field in Secured Invoice
- Pre-filled 'undefined undefined undefined' in secured payment methods
- Removed readonly attribute in full name input (Secured Invoice)
Changed
- Changed 'Security Sender' to 'Sender-ID' in heidelpay backend configuration
- Reversed the order of the year selection in the secured payment method input forms
Hotfix unkown response parameter
Due to a new parameter in our api, there was an error in processing response for the payment method prepayment and invoice. Other payment methods were not affected.
If you use prepayment and invoice, please update you magento 2 installation immediately.
Implementation of Online Capture/Refund & Invoice Payment Method (B2C unsecured)
Release Notes - Version 17.6.16
Added
- Invoice (non-secure) payment method
- Online Capture and Refund functionality for all payment methods
- Bookingmodes for Credit Card, Debit Card & PayPal payment methods (direct debit or pre-authorization + capture)
- Invoice & PrePayment receipts can now be sent directly to the shop via Push notifications
Fixed
- Wrong parent transaction id was set for Receipts in Push notifications
- Added an additional validator for sending invoices (PR #24)
Hotfix for Backwards Compatibility
This release is just for backwards compatibility in favor of Magento <2.1.1 and <2.0.8, because quote object is not given to isAvailable().
Hotfix for Backwards Compatibility
This release is just for backwards compatibility in favor of Magento <2.1.1 and <2.0.8, which removes the usage of the unsed Class 'ShipmentValidatorInterface'.
New Payment Method: Secured Invoice (B2C) & Small improvements
heidelpay Magento 2 Payment Gateway - Version 17.4.16
Added
- Secured Invoice (B2C) Payment Method (DE, AT, CH)
- Sending Finalize notifications to heidelpay when Shipment is created (Secured Invoice only)
- Added Push functionality to e.g. receive REC requests for Prepayment and Invoice payment methods
Changed
- Invoices now contain information about payments (e.g. where to send the amount, in case of Prepayment, Invoice)
- When errors after sending the request or during the redirect are occuring, the customer will be redirected to the checkout/cart instead of seeing a blank page
New Payment Method: Direct Debit (Secured) (B2C)
heidelpay Magento 2 Payment Gateway - Version 17.3.28
Added
- Direct Debit Secured (B2C) Payment method (DE, AT, CH)
- Enabled Min/Max Total Order sum configurations for every available payment method
Changed
- Input fields for heidelpay payment methods will now be validated before placing the order.
- B2C payment methods cannot be used when a company is given.
- Replaced the in-module result code mapping with the heidelpay php-customer-messages package
Fixed
- Fixed issue #11: heidelpay Payment Gateway now uses the currency from the customer quote instead of the system default.
New Payment Methods: Direct Debit & giropay
Release Notes - heidelpay Payment Gateway for Magento 2
v17.3.13
Added
- Direct Debit Payment method
- giropay Payment method
- Recognition option for Direct Debit payment
Changed
- updated heidelpay php-api version to 17.3.2
- heidelpay payment methods cannot be selected anymore when creating orders in the Admin Backend
- Exact Magento Shop and heidelpay Module versions are now being sent to the heidelpay payment instead of hardcoded versions
Fixed
- The minicart (on the top right) will now be cleared after the successful checkout
Removed
- Unused Customer Model and it's table definition
Bugfix: Disable usage of heidelpay in internal order creation
- Disabled the selection of heidelpay payment methods when creating orders via the administration panel
- Changed the default PayPal channel to the one mentioned in the documentation
- Raised the php-api version used by the plugin
bugfix: always sandbox mode
Merge pull request #9 from heidelpay/develop bugfix: sandbox mode was always set to true