Ejegg has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/349720 )
Change subject: Add de Bijenkorf card
......................................................................
Add de Bijenkorf card
Change-Id: I3b00c4cd60e453d363927adcc1071c678c7f78ef
---
M sites/all/modules/wmf_civicrm/wmf_civicrm.install
M sites/all/modules/wmf_civicrm/wmf_civicrm.module
2 files changed, 13 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm
refs/changes/20/349720/1
diff --git a/sites/all/modules/wmf_civicrm/wmf_civicrm.install
b/sites/all/modules/wmf_civicrm/wmf_civicrm.install
index 300d292..691e7f0 100644
--- a/sites/all/modules/wmf_civicrm/wmf_civicrm.install
+++ b/sites/all/modules/wmf_civicrm/wmf_civicrm.install
@@ -2904,4 +2904,14 @@
");
}
+ /**
+ * 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 );
+ }
}
diff --git a/sites/all/modules/wmf_civicrm/wmf_civicrm.module
b/sites/all/modules/wmf_civicrm/wmf_civicrm.module
index 6d740e7..c988e61 100644
--- a/sites/all/modules/wmf_civicrm/wmf_civicrm.module
+++ b/sites/all/modules/wmf_civicrm/wmf_civicrm.module
@@ -688,6 +688,9 @@
case 'webpay':
$payment_instrument .= ': Webpay';
break;
+ case 'bij':
+ $payment_instrument .= ':
Bijenkorf';
+ break;
}
break;
case 'dd':
--
To view, visit https://gerrit.wikimedia.org/r/349720
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3b00c4cd60e453d363927adcc1071c678c7f78ef
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm
Gerrit-Branch: master
Gerrit-Owner: Ejegg <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits