Reputation: 47
$MERCHANT_KEY = "JBZaLc";
$SALT = "GQs7yium";
$PAYU_BASE_URL = "https://test.payu.in";
I have given merchant key, salt & Payumoney base url like i have given above but the test url is not working.it transfer to test url gives the error Sorry, Some Problem Occurred.
Upvotes: 3
Views: 19640
Reputation: 1829
$MERCHANT_KEY = "gtKFFx";
// Merchant Salt as provided by Payu
$SALT = "eCwWELxi";
// End point - change to https://secure.payu.in for LIVE mode
$PAYU_BASE_URL = "https://test.payu.in";
use this if don't work tell me..it's work for me for test account.
Upvotes: 3