From eaa3b81ada390ecb51436514308cc09dd9b31486 Mon Sep 17 00:00:00 2001 From: Hamed Date: Tue, 14 Nov 2017 00:50:54 +0330 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index f239916..264fb61 100644 --- a/README.md +++ b/README.md @@ -52,14 +52,7 @@ You can make connection to bank by several way (Facade , Service container): echo $e->getMessage(); } - -you can call the gateway by these ways : - - 1.By Facade : Saderat::make(1000) - - 2.By app helper : app('saderat')->make(1000); - 3.Using Dependency Injection all over the controller and routers ... and in your callback :