Skip to content

Releases: PAYONE-GmbH/magento-2

Release v2.6.0

13 Jun 08:12
3428010
Compare
Choose a tag to compare

New Features

  • New status in response in case of curl timeouts (thx @gerritpechmann)
  • Added mechanism to create substitute orders in case of a delayed appointed status

Bugfixes

  • fixed a bug with billing address checks
  • Fixed issues with multiple addresschecks
  • fixed rounding error in transaction log
  • fixed problem with $aPaymentMethods index not set

Maintenance

  • added new bankgroup "Handelsbanken" to iDeal
  • fixes to unit tests

Note on Protect

We decided to introduce a new way of using our Protect Module. This implementation allows more flexible and complete use of our risk assessment requests and can be customized to your needs. Check it out at https://github.com/PAYONE-GmbH/magento-2-simple-protect

This new approach was designed to give you more flexibility when using complex risk assessment methods, so take a look if you need more flexibility than is currently offered in our plugin.

Feel free to contribute and ask questions in the linked repository. Please get in touch if you want to test drive the new changes.

Change in behavior on initial setup

Due to changes in Magento 2.3.1, all payment methods are active after an initial installation. Please make sure to deactivate all non-wanted payment methods before launch.

This doesn't affect updates, so you'll keep your active payment methods after an update.

Release v2.5.0

14 Jan 13:24
4d9837c
Compare
Choose a tag to compare

New Features:

  • Amazon Pay

Bugfixes

Maintenance:

  • Magento 2.3.x compatibility

Release v2.4.2

29 Nov 09:49
a43fd28
Compare
Choose a tag to compare

Bugfixes:

  • fixed missing workorderid in certain PayPal ECS Requests
  • fixed issue where discounts weren't sent to BS PAYONE API during refunds
  • fixed issue where the transaction status changed a canceled order before a substitue could be created
  • fixed various issues which occured when using the "back" button of the browser during checkout
  • fixed a small spelling error (thx @niclashoyer)

Maintenance

  • the hard coded Paysafe auth setting was removed

Release v2.4.0

03 Sep 10:58
b5c294c
Compare
Choose a tag to compare

Bugfixes:

  • sped up API calls by using indices in payone_protocol_transactionstatus (thx @david-fuehr!)
  • Fixed store code usage in backend
  • not cancelling Appointed processing anymore when email was already sent

Maintenance:

  • Renamed Payolution to Paysafe Pay Later
  • Removed deprecated infopage in backend
  • updated bank groups

Release v2.3.0

28 Jun 11:01
4baaa8e
Compare
Choose a tag to compare

Features

  • Address check is now also executed for addresses in the address book
  • IP Addresses in logs are now masked
  • Credit card minimum validity timeframe can now be specified
  • Safe Invoice is now removed from list of payment methods if customer is denied (thanks @juules) - this can have impact if you modified the error processor, see #179

Bugfixes

  • Invoice is only saved if it existed (#164, thanks @josefbehr)
  • Added missing backend template
  • Clearing data in capture responses is now processed correctly
  • personstatus parameter in consumerscore requests is now mapped correctly

Release v2.2.0

04 Apr 12:37
325051c
Compare
Choose a tag to compare

Features

  • Registered customers are now banned for 24h from using Payone Safe Invoice if they're rejected
  • CVC length for credit cards is now enforced
  • Transactions can now be processed in either Base Currency or Display Currency, depending on configuration (#157, thanks @josefbehr)

Bugfixes

  • The date of birth for registered customers is now correctly evaluated
  • Updated the composer.json to use https Magento repository

Release v2.1.0

22 Feb 07:25
c63f43c
Compare
Choose a tag to compare

Features:

  • Direct Debit orders can now be created in the backend
  • Invoices for authorization order are now created on Appointed TX-Status
  • The TX-Status controller can now recognize Forwarded-For headers
  • Business relation ("b2b" or "b2c") is now transmitted for safe invoice orders

Bugfixes:

  • Serialized to JSON conversion now works correctly on upgrade
  • Multiple items with same ID but different SKUs are now handled correctly
  • Fixed a problem where credit memos for non-Payone orders would throw an exception
  • Converted the last raw SQL queries to PDO
  • Fixed a problem where the shop could not be built when phpunit was not present
  • Fixed a bug where payment methods would not be displayed when using Magento B2B

Release v2.0.2

23 Nov 13:53
dc9ff4e
Compare
Choose a tag to compare
  • Cancel and Return URLs now return to payment selection
  • New payment method AliPay
  • A Cash on Delivery refund can now contain SEPA data to automatically rewire the amount to the buyer (see #120 for details)
  • We now successfully build on PHP 7.1
  • When upgrading from Mage 2.1 to 2.2, serialized payone data is converted to json

Release v2.0.0

26 Oct 06:31
Compare
Choose a tag to compare
  • Added compatibility for Magento 2.2
  • Unit Tests only work with PHPUnit 6 now
  • Added some missing translations
  • Added compatibility for 3rd party module

Release v1.3.6

18 Oct 06:30
Compare
Choose a tag to compare
  • Added new payment method Payone Safe Invoice
  • Fixed a bug where the request type could be void when it really shouldn't
  • Fixed test order in module.xml
  • Post-order calls now honor all special parameters
  • Enabled CC functions in bundled JS mode
  • Fixed the preauth/capture process for Advance Payment
  • Fixed layout in checkout_index_index