From 61746675df56ffc9509bca242611114054426bd3 Mon Sep 17 00:00:00 2001 From: Hamed Date: Fri, 6 May 2016 14:00:21 +0430 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 306d6e2e..1cdeac2f 100644 --- a/README.md +++ b/README.md @@ -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