r101074 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101073‎ | r101074 | r101075 >
Date:22:26, 27 October 2011
Author:jpostlethwaite
Status:ok
Tags:fundraising 
Comment:
The methods getPaymentSubmethodMeta() and getPaymentMethodMeta() might need to move into the parent class.
Modified paths:
  • /trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php
@@ -415,6 +415,9 @@
416416 /**
417417 * Get payment method meta
418418 *
 419+ * @todo
 420+ * - These may need to move to the parent class
 421+ *
419422 * @param string $payment_method Payment methods contain payment submethods
420423 */
421424 public function getPaymentMethodMeta( $payment_method ) {
@@ -432,6 +435,9 @@
433436 /**
434437 * Get payment submethod meta
435438 *
 439+ * @todo
 440+ * - These may need to move to the parent class
 441+ *
436442 * @param string $payment_submethod Payment submethods are mapped to paymentproductid
437443 */
438444 public function getPaymentSubmethodMeta( $payment_submethod, $options = array() ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r101746MFT r101074, r101217, r101236, r101382, r101501, r101503, r101504, r101512, r...awjrichards23:23, 2 November 2011

Status & tagging log