Skip to content

Releases: limegrow/ingenico-m2-payments

Version 2.6.0

25 Mar 13:53
5675dc0
Compare
Choose a tag to compare

[2.6.0] - 2021-03-25

Added

  • "Remove" button which allows removing saved alias
  • Configurable logos for "Credit Cards"
  • Bank selection for iDeal
  • Blank payment methods

Changed

  • Klarna: Fix street field issues
  • Klarna: Update format of date
  • Fixed discount bug
  • Give preference to default status-state connections in getAssignedState()
  • Small config value errors, causing the settings not to be properly stored

Version 2.5.6

02 Mar 06:01
70a097f
Compare
Choose a tag to compare

[2.5.6] - 2021-03-01

Added

  • Add Device parameter for Bancontact

Changed

  • Update length of billing and shipping addresses

Version 2.5.5

19 Feb 10:35
2ed5269
Compare
Choose a tag to compare

[2.5.5] - 2021-02-19

Added

  • Add CSP rules
  • Improve cancellation of pending orders

Changed

  • Custom validation label for Signature field
  • Hide "Pay with saved card" when Tokenization is off

v2.5.4

14 Jan 11:55
Compare
Choose a tag to compare

Changed

  • Fixed problem with "Store Credit"

v2.5.3

07 Jan 12:14
Compare
Choose a tag to compare

Changed

  • Fixed bug with "Suppress Order Confirmation Email" option

v2.5.2

07 Jan 12:06
Compare
Choose a tag to compare

Added

  • Added Bancontact payment method

Changed

  • Fixed bug when payment methods have gone when generic method is disabled
  • Updated translations
  • Changed Invoice creating code
  • Fixed locale of emails which should be sent to the admin

Version 2.5.0

03 Nov 15:07
Compare
Choose a tag to compare

[2.5.0] - 2020-11-03

Changed

  • Remove Klarna BankTransfer and Klarna Direct Debit
  • Add possibility "Payment from Specific Countries" for Klarna methods

[2.4.0] - 2020-10-26

Added

  • Payment methods on the checkout page
  • Improved Credit Card payments using FlexCheckout
  • Improved WhiteLabels feature

Changed

  • Add DB index to ingenico_parent_order_id
  • Fixed Alias table schema
  • Fixed static compilation without DB connection
  • Fixed the missing fields validation of Klarna
  • Fixed Mail order sending suppression
  • Fixed refund processing status handling

[2.3.0] - 2020-09-22

Added

  • Klarna Pay Later
  • Klarna Pay Now
  • Klarna Bank Transfer
  • Klarna Direct Debit
  • Klarna Financing
  • Backward compatibility for Magento < 2.3
  • Add "Pending payment" item to order statuses list
  • Add payment info to admin backend, order view

Changed

  • Payment methods are available on the checkout page
  • Credit Cards method can work in the inline mode on the checkout page
  • Fixed validation of connection page on Multi-Domain sites
  • Improved refunds: partial and full
  • Fixed Bank transfer double refund
  • Fixed mail sending
  • Use CN field for payments using saved aliases

Version 2.2.1

24 Jul 15:17
Compare
Choose a tag to compare

[2.2.1] - 2020-07-22

Added

  • Implemented additional workflows for Capture Processing:
    • For “capture funds” request, if response from payment gateway is not final then Invoice is created in “Pending” status, previously Invoice was created as “Paid” for any gateway response.
    • When transaction update is received from payment gateway via Webhook and status is final, then Invoice is marked as Paid and order is updated.
    • Gracefully handling situations where Invoices are created manually and “capture funds” request is issued using custom implementation in Merchant system. In such case only history record is added to Order.
  • Implemented additional workflows for Refund Processing:
    • For “refund” request, if response from payment gateway is not final then Credit Memo is created in “Pending” status, previously Credit Memo was created as “Refunded” for any gateway response.
    • When transaction update is received from payment gateway via webhook and refund is confirmed, then Credit Memo is marked as “Refunded” and order is updated.
    • When transaction update is received from payment gateway via webhook and refund is refused, then notification emails are sent to Merchant and Customer notifying them of this event and no changes to Order are made.

Changed

  • Refactored how attachment is added to Support Emails and is now compatible with all Magento v2.x
  • Additional settings for handling “Order Confirmation Email”. Now 3 modes are supported:
    • Allow Magento to send email when order is created using one of Ingenico Payment Methods
    • Restrict Magento to send email when order is created using one of Ingenico Payment Methods
    • Send email when order status is changed. This allows for more flexibility when adjusting for Merchant business logic.

Version 2.2.0

14 Jul 20:38
Compare
Choose a tag to compare

[2.2.0] - 2020-07-13

Added

  • Support for refund processing with status 81
  • Support for capture in progress status
  • Possibility to choose if and when the payment module is allowed to send out the order confirmation email
  • Possibility to choose the desired order status when payment is authorized

Changed

  • Billing address name is not sent to Ingenico as the Cardholder name

Fixed

  • Issue with payment return error status
  • Issue with e-mail template giving an error
  • Refund amount rounding

Version 2.0.0

09 Jun 08:47
Compare
Choose a tag to compare
v2.0.0

Update README.md