buckaroo-it / Magento2_Hyva

This repository contains the additional module to support Hyvä React Checkout
3 stars 0 forks source link

Redirect to homepage instead of checkout success page after succesful payment #14

Closed ennostuurman closed 1 year ago

ennostuurman commented 1 year ago

Magento 2.4.5-p1 Buckaroo_Magento2 v1.43.0 Buckaroo_Magento2GraphQL dev branch Buckaroo/Magento2_Hyva latest Hyva_ReactCheckout 1.1.2 Hyva_CheckoutExample 1.1.2 Buckaroo test account

I am successful redirected to the Buckaroo test environment.

buckaroo-testcheckout

Then I'm returned to the homepage and not the Magento success page. The url paramaters are for example ?route=checkout%2Fonepage%2Fsuccess&order_number=000000007&message_type=success&message=Your+order+has+been+placed+successfully.

buckaroo-redirect-homepage

harli91 commented 1 year ago

Hi @ennostuurman I've fixed this problem in the graphQL module developer branch, update the module, run m2 compile & clear cache and the module should redirect correctly to the success page

ennostuurman commented 1 year ago

hi @harli91, yup this fixed it, iDEAL payment is now redirected to the success page. Thx!