Skip to content

Commit

Permalink
Fix simple typo: transation -> transaction
Browse files Browse the repository at this point in the history
Closes agiliq#138
  • Loading branch information
timgates42 committed Dec 17, 2019
1 parent 38b20af commit 37a896e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/signals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The signals emitted by Merchant_ are:
Please consult the individual gateway docs for the response object.
* `transaction_was_unsuccessful(sender, type=..., response=...)`: This signal
is dispatched when a payment fails. The `sender` is the object which has
dispatched the signal. `type` is the kind of transation. Current choices for
dispatched the signal. `type` is the kind of transaction. Current choices for
type are:

* `purchase`
Expand Down

0 comments on commit 37a896e

Please sign in to comment.