Hi,
I'm setting up the Stripe module and everything works fine except for the final step (the order confirmation page displayed to the customer).
This is the URL causing problems: /gb/module/stripe/validation?type=checkout
The order is generated properly and the payment status is correct.
Payment is received in Stripe.
Email is sent to the customer.
I'm using:
Nginx/1.10.3
PHP 7.4.
Notes/ideas:
The backoffice tells me about a problem with TLS 1.2 (Install TLS v1.2 support on your server.). Could this be related to it?
Could the 'gb' at the beginning of the URL what is causing problems? (/gb/module/stripe/validation?type=checkout)