summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-20 11:33:28 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-20 11:33:28 +0200
commitcc0ab6dcb133595d163ef22e5bcc8cc3ad381838 (patch)
tree2a2cbedb3e10b1eb6b289c854f368af9eec3fa5f
parenta476c09c3170691beae0461a63b43887b104d3ae (diff)
downloadwoocommerce-taler-cc0ab6dcb133595d163ef22e5bcc8cc3ad381838.tar.gz
woocommerce-taler-cc0ab6dcb133595d163ef22e5bcc8cc3ad381838.tar.bz2
woocommerce-taler-cc0ab6dcb133595d163ef22e5bcc8cc3ad381838.zip
logo
-rw-r--r--plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php4
1 files changed, 2 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 9b1a155..c63b1e0 100644
--- a/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
+++ b/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
@@ -767,13 +767,13 @@ function gnutaler_init_gateway_class()
$wc_order->add_order_note( sprintf ( __('Refund granted, but failed to send customer e-mail notification! Please contact <a href="mailto:%s">%s</a> and ensure the customer clicks on %s to obtain the refund.'),
$email,
$email,
- $refund_url);
+ $refund_url) );
}
}
else
{
$wc_order->add_order_note( sprintf( __( 'Refund granted, but customer e-mail unknown! Ensure the customer clicks on %s to obtain the refund!' ),
- $refund_url);
+ $refund_url) );
}
return true;
case 404: