Skip to content

Commit

Permalink
fix consent on the registration page
Browse files Browse the repository at this point in the history
  • Loading branch information
kpodemski committed Dec 12, 2022
1 parent 69d84ae commit 26b5df4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psgdpr.php
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ public function hookAdditionalCustomerFormFields()
$label = Configuration::get('PSGDPR_CUSTOMER_FORM', $id_lang);
break;
case 'authentication':
case 'registration':
case 'order':
case 'order-confirmation':
$active = Configuration::get('PSGDPR_CREATION_FORM_SWITCH');
Expand Down

0 comments on commit 26b5df4

Please sign in to comment.