Merge pull request #12 from xesxen/master

Fix the name of hook_checkout_done in Plugins.pod
This commit is contained in:
Juerd Waalboer 2020-02-28 21:32:51 +01:00 committed by GitHub
commit 6091db39c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.