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
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.*",
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
The text was updated successfully, but these errors were encountered: