Skip to content

Releases: paynl/magento2-plugin

New paymentmethods

25 Jun 16:04
Compare
Choose a tag to compare

New paymentmethods:

  • Cashly
  • Spraypay
  • Wechat Pay

Added new authentication field: Token Code

Updated version number

30 May 12:16
1b6ab6d
Compare
Choose a tag to compare

Forgot to update the version number in composer.json

Paylink successurl configurable

30 May 12:15
Compare
Choose a tag to compare
  • The successurl for a paylink can now be configured.
  • Correct scope in admin.
    In the admin the scope was always default.
    This caused the available payment method to be loaded incorrectly when using multiple configurations for different store views

Discount label

02 May 12:24
Compare
Choose a tag to compare

Changed the discount description to the translation of the word "Discount"
Because the discount description is empty in many cases, and this caused pay later methods to throw an error because the description is required

Base currency and admin order

02 Feb 14:20
Compare
Choose a tag to compare

Added setting to always process orders in the base currency.
Store config is now loaded from the order instead of the session. Because admin orders were always processed in the default store config.

New methods Dankort and CartaSi

04 Jan 16:08
Compare
Choose a tag to compare

Added paymentmethods Dankort and CartaSi
Added advanced settings to payment method settings, you can now edit the payment_option_id

ReservedOrderId

21 Dec 11:36
Compare
Choose a tag to compare

ReserverdOrderId was not reset when the quote was reactivated.

Guest checkout fix

18 Dec 17:20
Compare
Choose a tag to compare

On cancel the cart was empty when using guest checkout.

Changes in starting payments

06 Dec 15:05
Compare
Choose a tag to compare

Orders now also have "new" as valid pending states, because pending_payment can not be invoiced manually
Added a setting for sofort and banktransfer to set the order to holded
Quote is reactivated immediately after starting the transaction. so the checkout can be finished when the customer navigates back from the payment by using the back button

New order emails sent after payment

09 Nov 11:31
Compare
Choose a tag to compare

Added a setting for each payment method so you can configure if the new order email should be sent when starting the payment or after the payment is completed.
The cart is made active after creating the order, so customers returning to the checkout by using the back button can still checkout the same cart