Skip to content

Commit

Permalink
refactor: remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarlic committed Nov 27, 2023
1 parent 683fbcb commit 480afe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Webpay/Oneclick/MallTransaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function status($buyOrder)
return new MallTransactionStatusResponse($response);
}

public function refund($buyOrder, $childCommerceCode, $childBuyOrder, $amount, $options = null)
public function refund($buyOrder, $childCommerceCode, $childBuyOrder, $amount)
{
$payload = [
'detail_buy_order' => $childBuyOrder,
Expand Down

0 comments on commit 480afe6

Please sign in to comment.