summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-09-03 21:35:15 +0200
committerChristian Grothoff <christian@grothoff.org>2020-09-03 21:35:15 +0200
commite34719d5edcce50e55c062c38a8e1838b504e971 (patch)
treeb88a0027e3caf2d39a87e995219994610d851b32
parentdbbf01eea3145bdbf8697448174e3c81492d8c49 (diff)
downloadwoocommerce-taler-e34719d5edcce50e55c062c38a8e1838b504e971.tar.gz
woocommerce-taler-e34719d5edcce50e55c062c38a8e1838b504e971.tar.bz2
woocommerce-taler-e34719d5edcce50e55c062c38a8e1838b504e971.zip
refactor
-rw-r--r--plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php2
1 files changed, 1 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 130cb83..44d4e42 100644
--- a/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
+++ b/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
@@ -199,7 +199,7 @@ function gnutaler_init_gateway_class()
$hname = 'woocommerce_api_' . strtolower( get_class( $this ) );
add_action( $hname,
array( &$this, 'fulfillment_url_handler' ) );
- $this->info ("added " . $hname . ' action");
+ $this->info ("added " . $hname . " action");
// This action hook saves the settings
add_action( 'woocommerce_update_options_payment_gateways_' . $this->id,