summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snippets/oidc-woocommerce.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/snippets/oidc-woocommerce.php b/snippets/oidc-woocommerce.php
index 6ac1f98..815b749 100644
--- a/snippets/oidc-woocommerce.php
+++ b/snippets/oidc-woocommerce.php
@@ -31,9 +31,6 @@ add_action ('openid-connect-generic-register-login-form',
// Add action to set cookie to redirect back to current
// (checkout) page after OIDC provided the data
- // (see similar add_action()
- // above for the 'login_form_login' - we must do the
- // same on the 'Billing details' page!)
add_action( 'woocommerce_before_checkout_billing_form',
array( $login_form, 'handle_redirect_cookie' ) );