Fixed portal payment method path

This commit is contained in:
Cüneyt Şentürk
2021-01-19 12:52:57 +03:00
parent 7837f1d1a1
commit 6d92e045a3
4 changed files with 19 additions and 12 deletions

View File

@ -111,10 +111,10 @@ class Invoices extends Controller
redirect()->route('login');
}
$payment_methods = Modules::getPaymentMethods();
$payment_actions = [];
$payment_methods = Modules::getPaymentMethods();
foreach ($payment_methods as $payment_method_key => $payment_method_value) {
$codes = explode('.', $payment_method_key);