commit aa5ea4f9e7a4956d40100ddca09b137e2e4b0d7c
parent 82f4a43b735984b45d57dbf3e272f53e1e165296
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 27 Oct 2020 17:37:39 +0100
fix default api key
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/class-wc-gnutaler-gateway.php b/class-wc-gnutaler-gateway.php
@@ -182,7 +182,7 @@ function gnutaler_init_gateway_class() {
'title' => __( 'Taler Backend API Key', 'gnutaler' ),
'type' => 'text',
'description' => __( 'Enter your API key to authenticate with the Taler backend.', 'gnutaler' ),
- 'default' => 'Sandbox ApiKey',
+ 'default' => 'ApiKey sandbox',
),
'Order_text' => array(
'title' => __( 'Summary Text of the Order', 'gnutaler' ),