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

Change subject: Satisfy lint
......................................................................


Satisfy lint

Change-Id: I930a40b5ae2b252ec6e3130177fe878a346c045a
---
M globalcollect_gateway/globalcollect.adapter.php
1 file changed, 2 insertions(+), 1 deletion(-)

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



diff --git a/globalcollect_gateway/globalcollect.adapter.php 
b/globalcollect_gateway/globalcollect.adapter.php
index d7be717..6d389c5 100644
--- a/globalcollect_gateway/globalcollect.adapter.php
+++ b/globalcollect_gateway/globalcollect.adapter.php
@@ -651,7 +651,8 @@
                for ( $loops = 0; $loops < $loopcount && !$cancelflag && 
!$problemflag; ++$loops ){
                        $status_result = $this->do_transaction( 
'GET_ORDERSTATUS' );
                        $validationAction = $this->getValidationAction();
-                       $gotCVV = !empty( $this->getData_Unstaged_Escaped( 
'cvv_result' ) );
+                       $cvv_result = $this->getData_Unstaged_Escaped( 
'cvv_result' );
+                       $gotCVV = !empty( $cvv_result );
                        // TODO: This logging is redundant with the response 
from GET_ORDERSTATUS.
                        $logmsg = 'CVV Result: ' . 
$this->getData_Unstaged_Escaped( 'cvv_result' );
                        $logmsg .= ', AVS Result: ' . 
$this->getData_Unstaged_Escaped( 'avs_result' );

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

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

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

Reply via email to