jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/350100 )

Change subject: Fix adding Bijcard
......................................................................


Fix adding Bijcard

Oops!

Change-Id: I2e9aa5174ad001f7e84819bb04c23d18d5508636
---
M sites/all/modules/wmf_civicrm/wmf_civicrm.install
1 file changed, 13 insertions(+), 11 deletions(-)

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



diff --git a/sites/all/modules/wmf_civicrm/wmf_civicrm.install 
b/sites/all/modules/wmf_civicrm/wmf_civicrm.install
index 099d8c9..8b4cb25 100644
--- a/sites/all/modules/wmf_civicrm/wmf_civicrm.install
+++ b/sites/all/modules/wmf_civicrm/wmf_civicrm.install
@@ -64,6 +64,7 @@
     wmf_civicrm_update_7310();
     wmf_civicrm_update_7455();
     wmf_civicrm_update_7460();
+    wmf_civicrm_update_7521();
 }
 
 /**
@@ -2903,18 +2904,8 @@
       LIMIT 1
     ");
   }
-
-  /**
-   * Add Bijcard
-   */
-  function wmf_civicrm_update_7511() {
-    $payment_instruments = array(
-      'Credit Card: Bijenkorf',
-    );
-    wmf_civicrm_bootstrap_civi();
-    wmf_civicrm_create_option_values( 'payment_instrument', 
$payment_instruments );
-  }
 }
+
 /**
  * Backfill contribution_tracking associations for recurring donations
  *
@@ -2977,3 +2968,14 @@
     }
   }
 }
+
+/**
+ * Add Bijcard
+ */
+function wmf_civicrm_update_7521() {
+  $payment_instruments = array(
+    'Credit Card: Bijenkorf',
+  );
+  wmf_civicrm_bootstrap_civi();
+  wmf_civicrm_create_option_values( 'payment_instrument', $payment_instruments 
);
+}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2e9aa5174ad001f7e84819bb04c23d18d5508636
Gerrit-PatchSet: 2
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Ejegg <eeggles...@wikimedia.org>
Gerrit-Reviewer: Eileen <emcnaugh...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to