r100047 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100046‎ | r100047 | r100048 >
Date:16:09, 17 October 2011
Author:jpostlethwaite
Status:ok
Tags:fundraising 
Comment:
Changed hidden process element to be BANK_TRANSFER.
Modified paths:
  • /branches/fundraising/extensions/DonationInterface/gateway_forms/TwoStepAmount.php (modified) (history)

Diff [purge]

Index: branches/fundraising/extensions/DonationInterface/gateway_forms/TwoStepAmount.php
@@ -27,6 +27,7 @@
2828 global $wgOut;
2929
3030 $form_data['transaction_type'] = 'BANK_TRANSFER';
 31+ $form_data['process'] = 'BANK_TRANSFER';
3132 parent::__construct( $form_data, $form_errors, $gateway );
3233
3334 // we only want to load this JS if the form is being rendered

Status & tagging log