FIX accoun RK

This commit is contained in:
KhatamNugraha
2024-06-26 09:27:10 +07:00
parent 123c73038b
commit 62301e591f
2 changed files with 9 additions and 121 deletions

View File

@ -419,7 +419,7 @@ class KonfirmasiBankController extends Controller
}
}
try {
// try {
foreach ($listAccount as $key1 => $account) {
@ -603,11 +603,11 @@ class KonfirmasiBankController extends Controller
return $pdf->stream($filename);
} catch (Exception $e) {
return redirect()->route('konfirmasibank.timeout');
}
// } catch (Exception $e) {
// return redirect()->route('konfirmasibank.timeout');
// }
return false;
// return false;
}
@ -852,4 +852,4 @@ class KonfirmasiBankController extends Controller
}
}
}