Awight has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/182349

Change subject: log which transaction we're about to initiate
......................................................................

log which transaction we're about to initiate

Change-Id: Idd734876e4a7e004e9162c70136ffee528df7a3e
---
M gateway_common/gateway.adapter.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface 
refs/changes/49/182349/1

diff --git a/gateway_common/gateway.adapter.php 
b/gateway_common/gateway.adapter.php
index c7e2486..150708d 100644
--- a/gateway_common/gateway.adapter.php
+++ b/gateway_common/gateway.adapter.php
@@ -1364,7 +1364,7 @@
                $results = array();
 
                while ( ( $i++ <= 3 ) && ( $continue === true )) {
-                       $this->log( "Preparing to send transaction to 
$gatewayName" );
+                       $this->log( "Preparing to send 
{$this->getCurrentTransaction()} transaction to $gatewayName" );
 
                        // Execute the cURL operation
                        $result = $this->curl_exec( $ch );

-- 
To view, visit https://gerrit.wikimedia.org/r/182349
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idd734876e4a7e004e9162c70136ffee528df7a3e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to