mollie / magento2

Mollie Payments for Magento 2
https://www.mollie.com
Other
101 stars 53 forks source link

No PSP redirect on Hyvä checkout #819

Closed evs-xsarus closed 3 days ago

evs-xsarus commented 3 days ago

Describe the bug After selecting any Mollie payment method, eg. iDeal and thenclicking the 'pay' button in the Hyvä checkout, I'll get redirected to the order success page. But there was no redirect to Mollie for me to choose a test issuer.

Used versions

To Reproduce Steps to reproduce the behavior:

  1. Go to the checkout, payment step
  2. Select iDeal
  3. Press 'Pay'
  4. Be redirected to the order success page

Expected behavior A redirect to Mollie so I can pay using the bank of my choice.

Actual behavior The order is placed immediately as 'Payment pending'. There's no transaction ID to be found.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

Frank-Magmodules commented 3 days ago

Hi There @evs-xsarus ,

Thank you for opening this issue. Did you install the compatibility module that is required for the Hyvä Checkout?

evs-xsarus commented 3 days ago

@Frank-Magmodules no , I did not as I did not know about it. After installing it, the checkout works as expected.

Could you add that module as a composer suggest:

evs@XSA-LT2020003:~/sites/sie/magento (master) $ composer suggest amasty/xnotif
amasty/xnotif suggests:
 - amasty/module-osn-graphql: Install module-osn-graphql to activate GraphQl and Out Of Stock Notification integration.

evs@XSA-LT2020003:~/sites/sie/magento (master) $ composer suggest mollie/magento2
evs@XSA-LT2020003:~/sites/sie/magento (master) $ 
Frank-Magmodules commented 3 days ago

Thanks @evs-xsarus, this actually gave me the idea that it might be useful to add some kind of suggestion for this! I’ll take care of it. Thanks again! Feel free to close this issue for now if everything is working as expected.