r100410 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100409‎ | r100410 | r100411 >
Date:04:47, 21 October 2011
Author:jpostlethwaite
Status:ok
Tags:fundraising 
Comment:
Changed transaction_type for hidden form element.
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_forms/TwoStepAmount.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/gateway_forms/TwoStepAmount.php
@@ -26,8 +26,8 @@
2727 public function __construct( &$form_data, &$form_errors, &$gateway ) {
2828 global $wgOut;
2929
30 - $form_data['transaction_type'] = 'BANK_TRANSFER';
31 - $form_data['process'] = 'BANK_TRANSFER';
 30+ $form_data['transaction_type'] = 'bt';
 31+ $form_data['process'] = 'other';
3232 parent::__construct( $form_data, $form_errors, $gateway );
3333
3434 // we only want to load this JS if the form is being rendered

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100408Documentation cleanup. Added public declarations to methods.jpostlethwaite04:19, 21 October 2011

Status & tagging log