Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hpakdaman committed May 6, 2016
1 parent 785c35c commit 6174667
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ You can make connection to bank by several way (Facade , Service container):
$gateway = Gateway::make(new Mellat());
// $gateway->setCallback(url('/path/to/calback/route')); You can also change the callback
$gate->price(1000)->ready();
$refId = $gate->refId();
$transID = $gate->transactionId();
$gateway->price(1000)->ready();
$refId = $gateway->refId();
$transID = $gateway->transactionId();

// Your code here

Expand Down

0 comments on commit 6174667

Please sign in to comment.