Skip to content

Commit 6198b66

Browse files
committed
added banktest info to README
1 parent a59cef5 commit 6198b66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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 B‌anktest?
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
}

0 commit comments

Comments
 (0)