Get the "Thank you for your order!" message after the user successfully paid.
payment_success anymore.To get redirected to the payment_success.
How should we handle the payment success? Should we always say "Thanks for your payment!", or should we redirect the user back to the order?
Issue created from https://github.com/mirumee/saleor/issues/3250#issuecomment-442130475.
I don't have a strong preference actually but personaly I would recommend saying thank you and add a link to view the order. This is an explicit way to indicate the users that the payment is successful. Redireting users back to the order directly sounds a little bit confusing for the users about the status of the order.
This must be a bug after recent changes in payments. We should definitely fix this.
Most helpful comment
I don't have a strong preference actually but personaly I would recommend saying thank you and add a link to view the order. This is an explicit way to indicate the users that the payment is successful. Redireting users back to the order directly sounds a little bit confusing for the users about the status of the order.