Fix the name of hook_checkout_done in Plugins.pod

This commit is contained in:
Wouter 2020-02-28 21:29:12 +01:00
parent 31a1aa5c45
commit 4315f1ecb5
No known key found for this signature in database
GPG key ID: 14C7AB14E0A8019D

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.