Katie Horn has submitted this change and it was merged.

Change subject: fix a typo in the tag name
......................................................................


fix a typo in the tag name

Change-Id: I7230d6dc25a850b91039da2649fde03401fbe0da
---
M 
sites/all/modules/recurring_globalcollect/recurring_globalcollect_restart_missed.drush.inc
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Katie Horn: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git 
a/sites/all/modules/recurring_globalcollect/recurring_globalcollect_restart_missed.drush.inc
 
b/sites/all/modules/recurring_globalcollect/recurring_globalcollect_restart_missed.drush.inc
index 851544a..cb7db8b 100644
--- 
a/sites/all/modules/recurring_globalcollect/recurring_globalcollect_restart_missed.drush.inc
+++ 
b/sites/all/modules/recurring_globalcollect/recurring_globalcollect_restart_missed.drush.inc
@@ -38,7 +38,7 @@
     );
     $result = recurring_globalcollect_batch_charge(
         $contribution_batch,
-        array( 'contribution_tags' => array( 'RecurringDamaged' ) )
+        array( 'contribution_tags' => array( 'RecurringRestarted' ) )
     );
     $processed = count($result['succeeded']) + count($result['failed']);
     watchdog(
@@ -63,7 +63,7 @@
     );
     $result = recurring_globalcollect_batch_charge(
         $contribution_batch,
-        array( 'contribution_tags' => array( 'RecurringDamaged' ) )
+        array( 'contribution_tags' => array( 'RecurringRestarted' ) )
     );
 
     $processed = count($result['succeeded']) + count($result['failed']);

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7230d6dc25a850b91039da2649fde03401fbe0da
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Adamw <[email protected]>
Gerrit-Reviewer: Katie Horn <[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