Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.6.0
-
Fix Version/s: 4.7.1
-
Component/s: None
-
Labels:None
Description
The API v5 refund is not function because and invalid reason is sent. Currently the refund parameters are:
$params = [
'refno' => $transaction_id,
'amount' => $amount,
'comment' => $notes,
'reason' => 'Merchant Request'
];
Instead for the reason we need to use one of the following (probably Other): Chargeback, Duplicate order, Incorrect product ordered, Not satisfied with the product, Product not received, Unwanted auto-renewal, Technical issue with the product, Other, No reason