summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-16 13:28:49 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-16 13:28:49 +0200
commitceba4eb8f059e8910cd170cc731bb38b4f38f13f (patch)
tree6a0fa7fb13fa593383595fb394aea4ebe71eead9
parent0d7d078552013d10a0848764dbd25aef2be6b0a2 (diff)
downloadwoocommerce-taler-ceba4eb8f059e8910cd170cc731bb38b4f38f13f.tar.gz
woocommerce-taler-ceba4eb8f059e8910cd170cc731bb38b4f38f13f.tar.bz2
woocommerce-taler-ceba4eb8f059e8910cd170cc731bb38b4f38f13f.zip
logging
-rw-r--r--plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php b/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
index da3ce50..744ee98 100644
--- a/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
+++ b/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
@@ -203,7 +203,8 @@ function gnutaler_init_gateway_class()
add_action( 'woocommerce_api_' . strtolower(get_class($this)),
array( &$this, 'callback_handler' ) );
- info ("added woocommerce_api_callback action");
+ $this->info ("added woocommerce_api_callback action: " .
+ 'woocommerce_api_' . strtolower(get_class($this)));
// This action hook saves the settings
add_action( 'woocommerce_update_options_payment_gateways_' . $this->id, array( $this, 'process_admin_options' ) );