- Issue created by @heni_deepak
- Assigned to TomTech
- Status changed to Closed: duplicate
8 months ago 12:11am 13 August 2024 - 🇺🇸United States TomTech
Hi @heni_deepak. Thanks for the report.
The exception reported is already resolved in the latest dev branch. See: 🐛 The "stripe_payment_element" plugin did not specify a "offsite-payment" form class Fixed
Note that while the exception is handled, it occurs in an edge case when the payment process step is reached, but certain data does not exist on the order.
The typical case when this happens is when a customer is on the review page, the javascript on the page has not loaded/executed properly, but the form is submitted. (The change prevents submission if the javascript does not load properly, and redirects to the review page if the form is still somehow submitted.)
Given that you are making your own custom implementation, this is something beyond the scope of a support request.