- Issue created by @jinah
I have created a merge request and can confirm that it's working. Review it when you can.
Hello! I am using Stripe Pay to process registration payments for the site I'm working on. The registration workflow is as follows:
User fills out registration form -> On submit, they are taken to the Stripe checkout page -> On payment success, they are redirected back to the Drupal site.
When the redirect is triggered, I get this error:
Error: Class "Drupal\stripe_pay\Controller\TrustedRedirectResponse" not found in Drupal\stripe_pay\Controller\StripeController->paymentSuccess() (line 232 of /code/web/modules/contrib/stripe_pay/src/Controller/StripeController.php).
Adding the TrustedRedirectResponse use statement to the file is all that's required.
Active
1.2
Code
I have created a merge request and can confirm that it's working. Review it when you can.