Online payment controller sber
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user