Ejegg has submitted this change and it was merged. Change subject: Stop failing tests on default country code ......................................................................
Stop failing tests on default country code 'XX' is totally legit for the recurring charges or.... could get the contribution tracking country from the subscription Change-Id: I8220ccb2122612cc248f53c125f7025394eec556 --- M app/config/wmff/drupal.settings.d/60-donationinterface.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Ejegg: Verified Awight: Looks good to me, approved diff --git a/app/config/wmff/drupal.settings.d/60-donationinterface.php b/app/config/wmff/drupal.settings.d/60-donationinterface.php index 0867c00..5e6b4d3 100644 --- a/app/config/wmff/drupal.settings.d/60-donationinterface.php +++ b/app/config/wmff/drupal.settings.d/60-donationinterface.php @@ -36,7 +36,7 @@ ); $wgDonationInterfaceForbiddenCountries = array( - 'XX', // For testing + 'KP', // For testing ); $wgDonationInterface3DSRules = array(); -- To view, visit https://gerrit.wikimedia.org/r/306809 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8220ccb2122612cc248f53c125f7025394eec556 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/fundraising/civicrm-buildkit Gerrit-Branch: master Gerrit-Owner: Ejegg <[email protected]> Gerrit-Reviewer: Awight <[email protected]> Gerrit-Reviewer: Ejegg <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
