Skip to content

Commit

Permalink
Merge branch 'master' of github.com:myxiaoao/jlpay-allocate
Browse files Browse the repository at this point in the history
  • Loading branch information
myxiaoao committed Apr 16, 2024
2 parents c1adb07 + 2854102 commit 90337bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public function sendOrderRefundRequest(
'out_return_no' => $outReturnNo,
'rev_mch_id' => $revMchId,
'amount' => $amount,
'description' => $description
'description' => $description,
]);

return $this->client->sendRequest('fund/ledger/api/order/refund', $data);
Expand Down

0 comments on commit 90337bd

Please sign in to comment.