r101068 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101067‎ | r101068 | r101069 >
Date:21:44, 27 October 2011
Author:jpostlethwaite
Status:ok
Tags:fundraising 
Comment:
Removing duplicate bank transfer in payment_submethod. See r100837.
Modified paths:
  • /trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php
@@ -229,18 +229,6 @@
230230 $this->payment_submethods = array();
231231
232232 /*
233 - * Bank transfers
234 - */
235 -
236 - // Bank Transfer
237 - $this->payment_submethods['bt'] = array(
238 - 'paymentproductid' => 11,
239 - 'label' => 'Bank Transfer',
240 - 'group' => 'bt',
241 - 'validation' => array(),
242 - );
243 -
244 - /*
245233 * Default => Credit Card
246234 *
247235 * Every payment_method should have a payment_submethod.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100837Adding modules directory for GlobalCollect.jpostlethwaite18:39, 26 October 2011

Status & tagging log