razorpay / razorpay-prestashop

Prestashop plugin for Razorpay
12 stars 11 forks source link

Issue with PS_OS_PAYMENT #62

Open cowherdboy opened 3 years ago

cowherdboy commented 3 years ago

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?