Skip to content

Commit

Permalink
Merge pull request #34133 from jf-viguier/missing-hook
Browse files Browse the repository at this point in the history
add missing hook actionSubmitAccountBefore
  • Loading branch information
boherm committed Oct 4, 2023
2 parents 4be01df + 4c31274 commit 442f129
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install-dev/data/xml/hook.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,11 @@
<title>Successful customer account update</title>
<description>This hook is called when a customer updates its account successfully</description>
</hook>
<hook id="actionSubmitAccountBefore">
<name>actionSubmitAccountBefore</name>
<title>Before customer account creation</title>
<description>This hook is called before a customer account creation</description>
</hook>
<hook id="displayCustomerAccount">
<name>displayCustomerAccount</name>
<title>Customer account displayed in Front Office</title>
Expand Down

0 comments on commit 442f129

Please sign in to comment.