File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -457,8 +457,8 @@ interface TransactionInterface
457457 // could not generate goto gate form
458458 // در صورتیکه خطایی در ایجاد فرم ایجاد شود خطای مربوطه لاگ شده و پیغام خطا به کاربر نمایش داده شود
459459
460- Log::emergency($paymentGateway->slug . ' #' . $e->getCode() . '-' . $e->getMessage());
461- Session::flash('alert-danger', trans('trans.could_not_create_goto_bank_form', ['gateway' => $paymentGateway->slug ]));
460+ Log::emergency($paymentGateway . ' #' . $e->getCode() . '-' . $e->getMessage());
461+ Session::flash('alert-danger', trans('trans.could_not_create_goto_bank_form', ['gateway' => $paymentGateway]));
462462
463463 return redirect()->back()->withInput();
464464 }
@@ -500,7 +500,7 @@ example: `resources/views/gateway.gotogate.blade.php`
500500
501501``` php
502502<div >
503- {{ !! $form !!} }
503+ {!! $form !!}
504504</div >
505505```
506506
You can’t perform that action at this time.
0 commit comments