laravel-paytm-wallet
laravel-paytm-wallet copied to clipboard
'ErrorMsg' => 'Invalid refund request'
Hi
I tried to use refund function you mentioned in the laravel paytm wallet package
I get this error
array ( 'ErrorCode' => '600', 'ErrorMsg' => 'Invalid refund request', )
my input is
array ( 'order' => 10, 'reference' => '105ceb7b60e14b4', 'amount' => 1.0, 'transaction' => '20190527111212800110168894171378***', )
please check and tell me
@snlbabu do you get any solution for this issue.
Facing the same issue. Please provide some solution. My version details are:- "php": ">=5.6.4", "anandsiddharth/laravel-paytm-wallet": "^1.0", "laravel/framework": "5.4.*",
Anybody has a solution ?