Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nikapps/saman-ussd
Browse files Browse the repository at this point in the history
  • Loading branch information
alibo committed Aug 24, 2015
2 parents 27a136c + c549f51 commit 96f22cd
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 @@ -36,7 +36,7 @@ use Nikapps\SamanUssd\SamanUssd;

$samanUssd = new SamanUssd();

// Set api endpoint (address of running this file)
// Set api endpoint
$samanUssd->endpoint('http://example.com/webservice.php');

// TODO: Set listener or callbacks
Expand Down Expand Up @@ -289,11 +289,11 @@ return (new CheckStatusResponse)
}
~~~

#### Alias method:
#### Alias methods:

* `failedTransaction()` alias of `failed()`
* `successfulTransaction()` alias of `successful()`
* `failedResult()` alias of `notFosund()`
* `failedResult()` alias of `notFound()`
* `successfulResult()` alias of `found()`

---
Expand Down

0 comments on commit 96f22cd

Please sign in to comment.