Ejegg has uploaded a new change for review.

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

Change subject: Minimalist iDEAL order id refresh fix
......................................................................

Minimalist iDEAL order id refresh fix

Just adds the MAX_NR_OF_ATTEMPTS_REACHED error code to the case
that sets the retryvar.

Bug: T131983
Change-Id: Iac924aea412c1e9a14df4289c8f1f503e170f87e
---
M globalcollect_gateway/globalcollect.adapter.php
1 file changed, 1 insertion(+), 0 deletions(-)


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

diff --git a/globalcollect_gateway/globalcollect.adapter.php 
b/globalcollect_gateway/globalcollect.adapter.php
index c4d6ff4..01a2f04 100644
--- a/globalcollect_gateway/globalcollect.adapter.php
+++ b/globalcollect_gateway/globalcollect.adapter.php
@@ -1365,6 +1365,7 @@
                                                break;
                                        }
                                        // Fall through.
+                               case 400490: // 
INSERTATTEMPT_MAX_NR_OF_ATTEMPTS_REACHED
                                case 300620: // Oh no! We've already used this 
order # somewhere else! Restart!
                                        $this->logger->error( 'Order ID 
collision! Starting again.' );
                                        $retryVars[] = 'order_id';

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iac924aea412c1e9a14df4289c8f1f503e170f87e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Ejegg <eeggles...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to