add error notification important feature

This commit is contained in:
Cüneyt Şentürk
2021-02-12 19:26:38 +03:00
parent bdc17242a6
commit 9665d8d695
43 changed files with 102 additions and 102 deletions

View File

@@ -145,7 +145,7 @@ trait Omnipay
$invoice_url = $this->getInvoiceUrl($invoice);
flash($message)->error();
flash($message)->error()->important();
if ($force_redirect) {
return redirect($invoice_url);