File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Laravel Online Payment :: LaraPay component
22
3- Online Payment Module handler for Laravel 5+ known as LaraPay component completely compatible with [ banktest.ir] ( banktest.ir ) simulator
3+ Online Payment Module handler for Laravel 5+ known as LaraPay component completely compatible with [ banktest.ir] ( http:// banktest.ir) simulator
44
55## What is Banktest?
6- - [ BankTest] ( banktest.ir ) is a sandbox service for all Iranian online payment gateways
7- - [ بانک تست] ( banktest.ir ) یک سرویس شبیه ساز درگاه های پرداخت آنلاین ایرانی برای اهداف توسعه وتست نرم افزار می باشد
6+ - [ BankTest] ( http:// banktest.ir) is a sandbox service for all Iranian online payment gateways
7+ - [ بانک تست] ( http:// banktest.ir) یک سرویس شبیه ساز درگاه های پرداخت آنلاین ایرانی برای اهداف توسعه وتست نرم افزار می باشد
88
99
1010## Currenctly support:
@@ -140,7 +140,7 @@ class Transaction extends Model implements TransactionInterface
140140 } catch (\Exception $e) {
141141 // could not generate goto gate form
142142 Log::emergency($paymentGateway->slug . ' #' . $e->getCode() . '-' . $e->getMessage());
143- Session::flash('alert-danger', trans('t .could_not_create_goto_bank_form', ['gateway' => $paymentGateway->name]));
143+ Session::flash('alert-danger', trans('trans .could_not_create_goto_bank_form', ['gateway' => $paymentGateway->name]));
144144
145145 return redirect()->back()->withInput();
146146 }
You can’t perform that action at this time.
0 commit comments