Skip to content

Commit

Permalink
Merge pull request larabook#77 from Pourbahrami/patch-1
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
hpakdaman authored Feb 8, 2018
2 parents e682ad9 + 8d8473f commit 9ada776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ You can make connection to bank by several way (Facade , Service container):
try {
$gateway = \Gateway::make(new \Mellat());
// $gateway->setCallback(url('/path/to/calback/route')); You can also change the callback
// $gateway->setCallback(url('/path/to/callback/route')); You can also change the callback
$gateway->price(1000)->ready();
$refId = $gateway->refId();
$transID = $gateway->transactionId();
Expand Down

0 comments on commit 9ada776

Please sign in to comment.