https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102185
Revision: 102185
Author: jpostlethwaite
Date: 2011-11-06 19:15:55 +0000 (Sun, 06 Nov 2011)
Log Message:
-----------
issuer_id should no longer be a hidden field.
Modified Paths:
--------------
trunk/extensions/DonationInterface/gateway_forms/Form.php
Modified: trunk/extensions/DonationInterface/gateway_forms/Form.php
===================================================================
--- trunk/extensions/DonationInterface/gateway_forms/Form.php 2011-11-06
19:05:30 UTC (rev 102184)
+++ trunk/extensions/DonationInterface/gateway_forms/Form.php 2011-11-06
19:15:55 UTC (rev 102185)
@@ -499,7 +499,6 @@
// payment_method is no longer set to: processed
'payment_method' => isset(
$this->form_data['payment_method'] ) ? $this->form_data['payment_method'] : '',
'payment_submethod' => isset(
$this->form_data['payment_submethod'] ) ? $this->form_data['payment_submethod']
: '',
- 'issuer_id' => isset(
$this->form_data['issuer_id'] ) ? $this->form_data['issuer_id'] : '',
'token' => $this->form_data['token'],
'order_id' => $this->form_data['order_id'],
'i_order_id' => $this->form_data['i_order_id'],
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs