From 7f28032b3d26d408a15540878f80f0b83c9fe47a Mon Sep 17 00:00:00 2001 From: mustapayev Date: Sun, 8 Sep 2024 17:45:59 +0200 Subject: [PATCH] PayForPos - update phpdoc comments --- src/Gateways/PayForPos.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 */