Awight has uploaded a new change for review.
https://gerrit.wikimedia.org/r/310922
Change subject: Satisfy lint
......................................................................
Satisfy lint
Change-Id: I930a40b5ae2b252ec6e3130177fe878a346c045a
---
M globalcollect_gateway/globalcollect.adapter.php
1 file changed, 2 insertions(+), 1 deletion(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface
refs/changes/22/310922/1
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: newchange
Gerrit-Change-Id: I930a40b5ae2b252ec6e3130177fe878a346c045a
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