From 4315f1ecb554dd26a69c25049bd09fc3013c5fc9 Mon Sep 17 00:00:00 2001 From: Wouter Date: Fri, 28 Feb 2020 21:29:12 +0100 Subject: [PATCH] Fix the name of hook_checkout_done in Plugins.pod --- lib/RevBank/Plugins.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/RevBank/Plugins.pod b/lib/RevBank/Plugins.pod index 134c19c..a6abc29 100644 --- a/lib/RevBank/Plugins.pod +++ b/lib/RevBank/Plugins.pod @@ -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.