You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using the Razorpay module razorpay/magento version 3.7.3 on a Magento 2.4.3-p1 setup. I received a notification to update the module to the latest version (4.1.1). However, after updating, I encounter the error "Payment already made for order" when attempting to place an order using Razorpay.
Upon investigation, I identified that the issue originates in the file:
vendor/razorpay/magento/Controller/Payment/Order.php.
Specifically, the line:
$mazeOrder = $this->checkoutSession->getLastRealOrder();
is returning a null result.
This issue occurs only on the live server. The functionality works correctly on both the local and staging environments.
I have attached a screenshot for reference. Please assist in resolving this issue.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I am currently using the Razorpay module razorpay/magento version 3.7.3 on a Magento 2.4.3-p1 setup. I received a notification to update the module to the latest version (4.1.1). However, after updating, I encounter the error "Payment already made for order" when attempting to place an order using Razorpay.
Upon investigation, I identified that the issue originates in the file:
vendor/razorpay/magento/Controller/Payment/Order.php.
Specifically, the line:
$mazeOrder = $this->checkoutSession->getLastRealOrder();
is returning a null result.
This issue occurs only on the live server. The functionality works correctly on both the local and staging environments.
I have attached a screenshot for reference. Please assist in resolving this issue.
Thank you.
The text was updated successfully, but these errors were encountered: