Skip to content

Commit

Permalink
PayForPos - update phpdoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mustapayev committed Sep 8, 2024
1 parent 422b511 commit 7f28032
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Gateways/PayForPos.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,7 @@ public function make3DHostPayment(Request $request, array $order, string $txType
}

/**
* Refund Order
* refund amount should be exactly the same with order amount.
* otherwise operation will be rejected
*
* Warning: You can not use refund for purchases made at the same date.
* Instead, you need to use cancel.
* Satış işlemi ile farklı batchtlerde olmalıdır.
*
* @inheritDoc
*/
Expand Down

0 comments on commit 7f28032

Please sign in to comment.