Fix the name of hook_checkout_done in Plugins.pod
This commit is contained in:
parent
31a1aa5c45
commit
4315f1ecb5
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ Be careful to avoid infinite loops if you add new stuff.
|
|||
|
||||
Called when the transaction is finalized, before accounts are updated.
|
||||
|
||||
=item hook_checkout $class, $cart, $user, $transaction_id
|
||||
=item hook_checkout_done $class, $cart, $user, $transaction_id
|
||||
|
||||
Called when the transaction is finalized, after accounts were updated.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue