jenkins-bot has submitted this change and it was merged.

Change subject: Whitespace
......................................................................


Whitespace

Change-Id: I85ba0df5c15a584531767ae61f2de1d20545018a
---
M globalcollect_gateway/globalcollect.adapter.php
1 file changed, 7 insertions(+), 7 deletions(-)

Approvals:
  Awight: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/globalcollect_gateway/globalcollect.adapter.php 
b/globalcollect_gateway/globalcollect.adapter.php
index be47ab2..91e93fc 100644
--- a/globalcollect_gateway/globalcollect.adapter.php
+++ b/globalcollect_gateway/globalcollect.adapter.php
@@ -1091,24 +1091,24 @@
                        $logmsg = 'CVV Result from querystring: ' . 
$this->getData_Unstaged_Escaped( 'cvv_result' );
                        $logmsg .= ', AVS Result from querystring: ' . 
$this->getData_Unstaged_Escaped( 'avs_result' );
                        $this->log( $logmsg );
-               } else { //this is an orphan transaction. 
+               } else { //this is an orphan transaction.
                        $is_orphan = true;
-                       //have to change this code range: All these are usually 
"pending" and 
+                       //have to change this code range: All these are usually 
"pending" and
                        //that would still be true...
-                       //...aside from the fact that if the user has gotten 
this far, they left 
-                       //the part where they could add more data. 
+                       //...aside from the fact that if the user has gotten 
this far, they left
+                       //the part where they could add more data.
                        //By now, "incomplete" definitely means "failed" for 
0-70.
                        $this->addCodeRange( 'GET_ORDERSTATUS', 'STATUSID', 
'failed', 0, 70 );
                }
                
                $cancelflag = false; //this will denote the thing we're trying 
to do with the donation attempt
-               $problemflag = false; //this will get set to true, if we can't 
continue and need to give up and just log the hell out of it. 
+               $problemflag = false; //this will get set to true, if we can't 
continue and need to give up and just log the hell out of it.
                $problemmessage = ''; //to be used in conjunction with the flag.
                $problemseverity = LOG_ERR; //to be used also in conjunction 
with the flag, to route the message to the appropriate log. Urf.
                $add_antimessage = false; //this tells us if we should add an 
antimessage when we are done or not.
                $original_status_code = NULL;
-               
-               $loopcount = $this->getGlobal('RetryLoopCount');
+
+               $loopcount = $this->getGlobal( 'RetryLoopCount' );
                $loops = 0;
 
                for ( $loops = 0; $loops < $loopcount && !$cancelflag && 
!$problemflag; ++$loops ){

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I85ba0df5c15a584531767ae61f2de1d20545018a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Ejegg <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Mwalker <[email protected]>
Gerrit-Reviewer: Ssmith <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to