summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-20 11:48:28 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-20 11:48:28 +0200
commitbb70374196e3a2f07c59301118ef342a10b14a21 (patch)
tree44442822a40ed14008c5e3461bec8d8441fdc97a
parent375c97014c7bb202a81f93c547c6da4ca8812c83 (diff)
downloadwoocommerce-taler-bb70374196e3a2f07c59301118ef342a10b14a21.tar.gz
woocommerce-taler-bb70374196e3a2f07c59301118ef342a10b14a21.tar.bz2
woocommerce-taler-bb70374196e3a2f07c59301118ef342a10b14a21.zip
logo
-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 3353af8..5ac2c4b 100644
--- a/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
+++ b/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
@@ -183,7 +183,7 @@ function gnutaler_init_gateway_class()
);
// Load the settings.
- echo "HERE: " . WC()->woocommerce_settings_get_option('name');
+ echo "HERE: " . woocommerce_settings_get_option('name');
$this->init_settings();
$this->title = $this->get_option( 'title' );
$this->description = $this->get_option( 'description' );