summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-16 14:10:02 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-16 14:10:02 +0200
commitaeabcbab483ea6adf0d8ec23069161a622e2791d (patch)
treecb0b219da3d42608fb6796782e995d11e1b7da6a
parentfe59e46f687963ee6f79ae1387c0859e0c6f4bf2 (diff)
downloadwoocommerce-taler-aeabcbab483ea6adf0d8ec23069161a622e2791d.tar.gz
woocommerce-taler-aeabcbab483ea6adf0d8ec23069161a622e2791d.tar.bz2
woocommerce-taler-aeabcbab483ea6adf0d8ec23069161a622e2791d.zip
logging
-rw-r--r--plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php3
1 files changed, 2 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 b65f1e2..b2ea4d0 100644
--- a/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
+++ b/plugin/GNU-Taler-Payment-Gateway/class-wc-gnutaler-gateway.php
@@ -360,6 +360,7 @@ function gnutaler_init_gateway_class()
$this->debug ( "No request body with " . $method . " to " .
$url);
}
+ $this->debug ("Requesting URL " . $url);
curl_setopt( $curl, CURLOPT_URL, $url );
$apikey = $this->get_option( 'GNU_Taler_Backend_API_Key' );
curl_setopt( $curl, CURLOPT_HTTPHEADER, array(
@@ -383,7 +384,7 @@ function gnutaler_init_gateway_class()
'message' => $error_msg,
);
}
- $this->debug ("HTTP status " . $http_code . " with response body " . $result);
+ $this->debug ("HTTP status " . $http_code . " with response body " . $result);
$message_array = array (
'http_code' => $http_code,
'message' => $result,