r100076 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100075‎ | r100076 | r100077 >
Date:19:39, 17 October 2011
Author:jpostlethwaite
Status:ok
Tags:fundraising 
Comment:
Fixed the ACTION parameter for BANK_TRANSFER. Value is now set to INSERT_ORDERWITHPAYMENT.
Modified paths:
  • /branches/fundraising/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php (modified) (history)

Diff [purge]

Index: branches/fundraising/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php
@@ -103,9 +103,9 @@
104104 )
105105 ),
106106 'values' => array(
107 - 'ACTION' => 'BANK_TRANSFER',
 107+ 'ACTION' => 'INSERT_ORDERWITHPAYMENT',
108108 'HOSTEDINDICATOR' => '1',
109 - 'PAYMENTPRODUCTID' => '7',
 109+ 'PAYMENTPRODUCTID' => '11',
110110 ),
111111 );
112112

Status & tagging log