Retry Payment button not working

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
Hi,

I am writing a payment method plugin. When i click retry payment button, browser gives connection reset error. Code is working correctly, it triggers PostProcessPayment and then i am posting a form with RemotePost and this code also working correctly with checkout.

I don't know why but also RePostPayment in OrderController triggers three times and then browser gives connection reset error.

Thanks,

POST http://localhost/Nop.Web/orderdetails/26 net::ERR_CONNECTION_RESET 200 (OK)
3 years ago
I fixed problem with this commit.

https://github.com/nopSolutions/nopCommerce/commit/67c3934b775512d3228412eae901ab1c2a68dfe1
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.