Christian Grothoff
Christian Grothoff
I've modified the patch to undo the removal of whitespaces my editor did automatically, and ensured that the CI passes (not sure why it did not run on my first...
Hi there! Merging is somehow still 'blocked' by Github with "1 change requested", but I don't know what else I am asked to change (if anything), or if this is...
You are right that I'm trying to get the login form. However, if I just do: ``` add_action( 'woocommerce_before_checkout_billing_form', function ( $checkout ) { $user = wp_get_current_user (); if (0...
I have tried explicitly with the target URL echo do_shortcode( '[openid_connect_generic_login_button redirect_to="127.0.0.1:9999/?page_id=14"]' ); and (preferred by me) echo do_shortcode( '[openid_connect_generic_login_button redirect_to="yes"]' ); and echo do_shortcode( '[openid_connect_generic_login_button redirect_to]' ); None of...
I *also* tried with an http://-prefix for the URI, and using absolute URLs. Nothing works. I am indeed testing with Wordpress 5.5.1.
Oh, and I'm not surprised that it doesn't work with the shortcode, as the function to set the cookie is AFAIK only called in a hook that is run on...
The site I am using is only to test the GNU Taler payment plugin with the re:claim integration. The code should eventually run on various WooCommerce sites, and ideally not...
Double spending prevention works since 0.0. We just do an online check in the Postgres database. Trivial. Remember, Taler is NOT a decentralized system, so we don't need consensus with...