summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-20 10:37:31 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-20 10:37:31 +0200
commit53d1b701773c483db13539871bf7c54130ac671d (patch)
tree83f9d806822f24dbde817c64bc0a5243652332e3
parent5a90480f1f60a73c80f27352e70a1b68028512dd (diff)
downloadwoocommerce-taler-53d1b701773c483db13539871bf7c54130ac671d.tar.gz
woocommerce-taler-53d1b701773c483db13539871bf7c54130ac671d.tar.bz2
woocommerce-taler-53d1b701773c483db13539871bf7c54130ac671d.zip
fix syntax
-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 29fdcae..fb1d0b7 100644
--- a/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
+++ b/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
@@ -760,7 +760,7 @@ function gnutaler_init_gateway_class()
// then we still have to find out the setting on that.)
global $woocommerce;
$mailer = $woocommerce->mailer();
- $message_body = sprintf (__( 'Please open the page <a href="%s">%s</a> to receive a refund for your order %s.',
+ $message_body = sprintf (__( 'Please open the page <a href="%s">%s</a> to receive a refund for your order %s.'),
$refund_url,
$refund_url,
$order->get_order_number() );