Skip to content

Releases: MultiSafepay/magento2-core

3.8.0

31 Aug 15:54
85a39d7
Compare
Choose a tag to compare

Added

  • PLGMAG2V2-779: Added payment component for BNPL methods

Changed

  • PLGMAG2V2-785: Upgraded payment icon for MultiSafepay method

Removed

  • PLGMAG2V2-784: Removed issuers from iDEAL

3.7.1

06 Aug 12:29
131d3ee
Compare
Choose a tag to compare

Fixed

  • PLGMAG2V2-753: Fixed an issue where a coupon could be decremented multiple times on multiple calls to the 'Cancel' controller

Changed

  • PLGMAG2V2-778: Coupons will now be canceled through the OrderService on order cancelation and will happen either through the Notification webhook request or when restoring the cart, depending on the type of transaction

3.7.0

08 Jul 12:16
05550b5
Compare
Choose a tag to compare

Added

  • PLGMAG2V2-741: Added Manual Capture support for the Card payment, Visa, Mastercard and Maestro gateways. For more information about this feature, please check the MultiSafepay Manual Capture documentation.
  • PLGMAG2V2-760: Add to order payment description with which type of card was paid for the Card Payment method
  • PLGMAG2V2-768: Refund requests are now logged on debug mode

Fixed

  • PLGMAG2V2-759: Fixed an issue which happened because the getPath method no longer exists on DirectDebitConfigProvider
  • PLGMAG2V2-769: Fixed HTTP Response code being 0 in custom MultiSafepay HTTP Client

3.6.0

14 May 15:13
09771aa
Compare
Choose a tag to compare

Added

  • DAVAMS-764: Add in3 B2B

Fixed

  • PLGMAG2V2-755: Fixed an issue where a type error can occur when retrieving the tax rate during transaction creation

3.5.1

01 May 14:59
0cadd0b
Compare
Choose a tag to compare

Fixed

  • PLGMAG2V2-738: Fixed orders stuck on pending after REST API Invoice creation

Changed

  • PLGMAG2V2-739: PayPal, AliPay, AliPay Plus, CBC, KBC and Trustly now have the option to redirect to the MultiSafepay payment page when placing the order

3.5.0

03 Apr 11:20
e178376
Compare
Choose a tag to compare

Added

  • PLGMAG2V2-731: Added VVV Cadeaubon gateway
  • DAVAMS-733: Added Pay After Delivery (BNPL_MF) gateway
  • PLGMAG2V2-736: Added browser info to the transaction
  • PLGMAG2V2-734: Added more integration tests for Magento Vault

Fixed

  • PLGMAG2V2-735: Fix an issue where wrong shipping cost is sent in OrderRequest when VAT is exempted during checkout

Changed

  • DAVAMS-756: Rebrand in3 B2C

3.4.0

16 Feb 15:03
be6d379
Compare
Choose a tag to compare

Added

  • DAVAMS-716: Add Multibanco payment method
  • DAVAMS-724: Add MB WAY payment method

Fixed

  • PLGMAG2V2-728: Add recurring data when customer_id is in additional info
  • PLGMAG2V2-725: Fix broken gift card gateway ids

Removed

  • PLGMAG2V2-726: Remove startSetup and endSetup commands from UpgradeData

3.3.2

24 Jan 16:22
dece9d1
Compare
Choose a tag to compare

Changed

  • PLGMAG2V2-716: Refresh API Token and component after expiry

3.3.1

28 Dec 13:26
cc8151a
Compare
Choose a tag to compare

Fixed

  • PLGMAG2V2-715: Fixed an issue where pretransaction notifications would be processed for canceled orders

Changed

  • DAVAMS-700: Refactored in3 Direct to only make gender mandatory
  • PLGMAG2V2-714: POST notifications will now always be logged, instead of only when the verification fails
  • PLGMAG2V2-709: The DataAssignObserver for Card payments will now return early whenever the payload is already defined

Removed

  • DAVAMS-708: Removed Santander Betaal Per Maand

3.3.0

30 Nov 14:21
61c06a4
Compare
Choose a tag to compare

Fixed

  • PLGMAG2V2-705: Fixed a bug where the notification process would not finish due to an empty 'Auth' header in the POST webhook request
  • PLGMAG2V2-708: Fixed Hyva React Checkout OutOfBoundsException when it is installed through app/code
  • PLGMAG2V2-688: Fixed an issue where coupons would not be restored if the payment was canceled/declined
  • PLGMAG2V2-711: Fixed an issue where it was not possible to do refunds for a generic gateway that requires the shopping cart

Added

  • DAVAMS-531: Added an advanced setting for adding a template ID to be used for payment components
  • DAVAMS-676: Added preset gateway filters for Zinia
  • DAVAMS-596: Added a setting to choose SVG icons instead PNG

Changed

  • PLGMAG2V2-704: For E-invoicing, there will be no invoice e-mails sent from Magento, since E-invoicing handles invoice e-mails on the payment side