- Issue created by @eit2103
- 🇮🇱Israel jsacksick
That sounds like a Lyzipay bug report, not a Drupal Commerce one... That route is defined by the https://www.drupal.org/project/iyzipay → module.
I'm currently using Drupal 10 Commerce module version 8.239 alongside the Iyzipay module to implement Iyzico as my payment gateway. However, I've encountered a potential bug during the checkout process.
Here's what happens:
1. The user proceeds through the checkout process normally until reaching the final review page at checkout/23/review.
2. Upon clicking to finalize payment, the user is redirected to checkout/22/payment where the Iyzico gateway processes the payment.
3. After processing, the user is supposed to be redirected back to the order confirmation page (default flow), but instead, they are sent to /iyzipay/3d_landing_page – a page that doesn't exist on my website.
The intended behavior is for the user to be redirected back to a confirmation page where they can view their order number. I suspect there might be a misconfiguration in the return URL or a bug in how the redirection is handled.
Any insights or similar experiences would be greatly appreciated!
Active
2.0
Code
That sounds like a Lyzipay bug report, not a Drupal Commerce one... That route is defined by the https://www.drupal.org/project/iyzipay → module.