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 have installed Paypal and Razorpay modules for my shop. Whenever payments from Razorpay were made my Order page shows: Payment accepted Paypal. For now I have replaced the following line (117) in validation.php:
(int) Configuration::get('PS_OS_PAYMENT')
with the actual Order Status # for Razorpay and I am now getting Payment accepted Razorpay.
Perhaps the name PS_OS_PAYMENT needs to be replaced with something unique to Razorpay?
The text was updated successfully, but these errors were encountered:
I have installed Paypal and Razorpay modules for my shop. Whenever payments from Razorpay were made my Order page shows: Payment accepted Paypal. For now I have replaced the following line (117) in validation.php:
(int) Configuration::get('PS_OS_PAYMENT')
with the actual Order Status # for Razorpay and I am now getting Payment accepted Razorpay.
Perhaps the name PS_OS_PAYMENT needs to be replaced with something unique to Razorpay?
The text was updated successfully, but these errors were encountered: