r98471 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98470‎ | r98471 | r98472 >
Date:22:11, 29 September 2011
Author:jpostlethwaite
Status:ok
Tags:fundraising 
Comment:
Added the hidden field transaction_type.
Modified paths:
  • /branches/fundraising/extensions/DonationInterface/gateway_forms/Form.php (modified) (history)

Diff [purge]

Index: branches/fundraising/extensions/DonationInterface/gateway_forms/Form.php
@@ -359,6 +359,7 @@
360360 'action' => $this->form_data['action'],
361361 'owa_session' => $this->form_data['owa_session'],
362362 'owa_ref' => $this->form_data['owa_ref'],
 363+ 'transaction_type' => isset( $this->form_data['transaction_type'] ) ? $this->form_data['transaction_type'] : '',
363364 );
364365 }
365366

Status & tagging log