Skip to content

Commit fb6424f

Browse files
author
Aboozar Ghaffari
authored
Merge pull request #5 from miladkian/master
update readme.md - fix some error in documentation
2 parents aa66b39 + 081b7c8 commit fb6424f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)