summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-20 00:11:35 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-20 00:11:35 +0200
commit329f3aec8b44aaf5e9397c55d8ec6e3484306933 (patch)
treef1a479a340c46003253a602e8f666ef0c407f6b4
parent841c4d28350225558a4c8c37b8ec6f550c4288ac (diff)
downloadwoocommerce-taler-329f3aec8b44aaf5e9397c55d8ec6e3484306933.tar.gz
woocommerce-taler-329f3aec8b44aaf5e9397c55d8ec6e3484306933.tar.bz2
woocommerce-taler-329f3aec8b44aaf5e9397c55d8ec6e3484306933.zip
test icon
-rw-r--r--plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php2
1 files changed, 0 insertions, 2 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 79a1609..d8fcc1f 100644
--- a/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
+++ b/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
@@ -115,8 +115,6 @@ function gnutaler_init_gateway_class()
$this->id = 'gnutaler'; // payment gateway plugin ID
$this->logger = new WC_logger ($this->id); // setup logging
$this->icon = WC()->plugin_url() . '/assets/images/taler.png';
-
-''; // FIXME: URL of the icon that will be displayed on checkout page near the gateway name
$this->has_fields = false; // We cannot use custom fields to show the QR code / do the wallet integration as WC doesn't give us the order_id at that time. Bummer.
$this->method_title = 'GNU Taler Gateway';
$this->method_description = 'This plugin enables the payment via the GNU Taler payment system'; // will be displayed on the options page