Online payment controller sber

This commit is contained in:
2024-11-25 21:32:46 +05:00
parent ca31fc189e
commit f9cc2792c3
3 changed files with 17 additions and 23 deletions

View File

@@ -2,7 +2,6 @@
namespace App\Repos\Payment;
use App\Models\Branch\Branch;
use App\Models\Payment\OnlinePaymentHistory;
use App\Repos\Payment\Sber\HandlesSberPeyments;
use App\Repos\Payment\VisaMaster\HandlesVisaMasterPayments;
@@ -198,10 +197,6 @@ class OnlinePaymentRepo
/**
* Failed payment response
*
* @param $paymentHistory
* @param $bank_branch
* @param $resource
*/
public static function failedPaymentResponse($paymentHistory, $bank_branch, $resource, $returnURL)
{