Releases: paynl/magento2-plugin
New paymentmethods
New paymentmethods:
- Cashly
- Spraypay
- Wechat Pay
Added new authentication field: Token Code
Updated version number
Forgot to update the version number in composer.json
Paylink successurl configurable
- 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
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
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
Added paymentmethods Dankort and CartaSi
Added advanced settings to payment method settings, you can now edit the payment_option_id
ReservedOrderId
ReserverdOrderId was not reset when the quote was reactivated.
Guest checkout fix
On cancel the cart was empty when using guest checkout.
Changes in starting payments
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
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