Skip to content

Commit

Permalink
Fixing markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mbmjertan authored May 3, 2021
1 parent fa77636 commit 283380d
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 @@ -143,9 +143,9 @@ echo json_encode($Response);

KeksPHP will now:

* check if your TID in KeksSeller matches the TID in the advice recieved
* check if the transaction has cleared (status == 0)
* call your validation closure with the advice recieved
* check if your TID in KeksSeller matches the TID in the advice recieved
* check if the transaction has cleared (status == 0)
* call your validation closure with the advice recieved

If any of these checks fail, KeksPHP will throw a `KeksIntegrationException`, handle it and log it into the `handledExceptions` member array of the KeksTransactions instance, which you can access with the `getExceptions` method to check what went wrong.

Expand Down

0 comments on commit 283380d

Please sign in to comment.