File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Instantiating the class will give you an object with available methods
6161
6262### Application
6363
64- - ` fetchApplicatonData ()` : Get app information. e.g balance
64+ - ` fetchApplicationData ()` : Get app information. e.g balance
6565
6666### Airtime
6767
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public function doFetchApplication()
1010 return $ this ->success ($ response );
1111 }
1212
13- public function fetchApplication ()
13+ public function fetchApplicationData ()
1414 {
1515 return $ this ->doFetchApplication ();
1616 }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public function setup()
1818
1919 public function testFetchAplication ()
2020 {
21- $ response = $ this ->client ->fetchApplication ();
21+ $ response = $ this ->client ->fetchApplicationData ();
2222 $ this ->assertObjectHasAttribute ('UserData ' , $ response ['data ' ]);
2323 }
2424}
You can’t perform that action at this time.
0 commit comments