summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-16 22:44:55 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-16 22:44:55 +0200
commit8440f43dc4493540222e15cba869af4545431c0a (patch)
tree29f938c30f9f87f77294f53e141786b2626a5f28
parent2fe07c8b368e195169628d9957c636e720e66158 (diff)
downloadwoocommerce-taler-8440f43dc4493540222e15cba869af4545431c0a.tar.gz
woocommerce-taler-8440f43dc4493540222e15cba869af4545431c0a.tar.bz2
woocommerce-taler-8440f43dc4493540222e15cba869af4545431c0a.zip
remove obsolete comment part
-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' ) );