Skip to content

Releases: MultiSafepay/magento2

3.6.0

14 May 15:14
38db020
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 15:00
a709448
Compare
Choose a tag to compare

Fixed

  • PLGMAG2V2-738: Fixed orders stuck on pending after REST API Invoice creation
  • PLGMAG2V2-752: Fixed Payment Component Temporarily Not Available message after token expiry

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:22
f4b5b31
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
  • DAVAMS-745: Fixed template id and added merge value for payment component

Fixed

  • PLGMAG2V2-733: Make frontend messages translatable
  • 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:05
bca49fd
Compare
Choose a tag to compare

Added

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

Fixed

  • PLGMAG2V2-728: Add recurring data when customer_id is in additional info
  • PLGMAG2V2-725: Fix broken gift card gateway ids
  • PLGMAG2V2-727: Fix payment component sometimes not loading

Removed

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

3.3.2

24 Jan 16:23
1616e28
Compare
Choose a tag to compare

Changed

  • PLGMAG2V2-718: Remove gateway codes from Edenred title
  • PLGMAG2V2-716: Refresh API Token and component after expiry
  • PLGMAG2V2-720: Only set order canceled on notification controller

3.3.1

28 Dec 13:46
a800709
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:23
0188e40
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

3.2.1

16 Oct 14:52
35050f5
Compare
Choose a tag to compare

Fixed

  • PLGMAG2V2-702: Fixed an issue where in some cases the wrong transaction_type would be used for some 'Direct' payment methods

3.2.0

11 Oct 15:45
c3de8b0
Compare
Choose a tag to compare

Added

  • PLGMAG2V2-700: Added Edenred Consumption Voucher (EDENCONSUM)
  • PLGMAG2V2-699: Added support for simple products that have custom options configured with no custom SKU
  • DAVAMS-661: Added the Zinia payment method
  • PLGMAG2V2-687: Added support for adjustment refunds

Fixed

  • PLGMAG2V2-690: Fixed direct payment methods doing redirect when direct is configured
  • PLGMAG2V2-692: Fixed bundle product shopping cart refund

Changed

  • PLGMAG2V2-688: Changed notification delay to add Canceled, Void, Expired and Declined statuses
  • PLGMIRAKL-58: Excluded custom total 'marketplace_shipping' from Mirakl since it will be added by the MultiSafepay Mirakl module instead
  • DAVAMS-643: Refactored and improved the processing of payment component recurring tokens

3.1.3

05 Sep 12:53
9b75594
Compare
Choose a tag to compare

Added

  • PLGMAG2V2-681: Added translations for title and placeholder HTML attributes

Fixed

  • PLGMAG2V2-691: Fixed an issue with Pay After Delivery Installments refunds and improved refund response handler
  • PLGMAG2V2-696: Fixed an issue where notification requests would require a lot of time to process, in some cases causing a timeout

Changed

  • PLGMAG2V2-683: API tokens are now stored and retrieved through the cache
  • PLGMAG2V2-680: Replaced var with let in validate API key button function

Removed

  • PLGMAG2V2-694: Removed class import dependency on Magento_Giftcardaccount for CustomTotalBuilder
  • PLGMAG2V2-676: Removed unused getCheckButtonId() function