softon / indipay

The Laravel Framework Package for Indian Payment Gateways. Currently Supported Gateway: CCAvenue, PayUMoney, EBS, CitrusPay ,ZapakPay (Mobikwik), Paytm, InstaMojo , Mocker
http://softon.github.io/indipay
MIT License
64 stars 83 forks source link

Updated Test Endpoint URL for PayUMoney #85

Open hackernewbie opened 1 year ago

hackernewbie commented 1 year ago

In the ..\vendor\softon\indipay\src\Gateways\PayUMoneyGateway.php file, I had to do the following change to make the test version working again:

protected $testEndPoint = 'https://sandboxsecure.payu.in/_payment';

changed to

protected $testEndPoint = 'https://test.payu.in/_payment';

softon commented 1 year ago

Can you please send a pull request

hackernewbie commented 1 year ago

Done.