diff --git a/src/Gateways/PayForPos.php b/src/Gateways/PayForPos.php index 09ea8522..76742f46 100644 --- a/src/Gateways/PayForPos.php +++ b/src/Gateways/PayForPos.php @@ -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 */