r100052 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100051‎ | r100052 | r100053 >
Date:16:53, 17 October 2011
Author:khorn
Status:ok
Tags:fundraising 
Comment:
We need this variable to be staged, or cc transactions won't work. After r97780, it won't try to stage vars that don't exist.
r99255
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
@@ -312,7 +312,7 @@
313313 //OUR field names.
314314 $this->staged_vars = array(
315315 'amount',
316 - //'card_type',
 316+ 'card_type',
317317 //'card_num',
318318 'returnto',
319319 'order_id', //This may or may not oughta-be-here...

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97780Card #282, and a significant redefinition of what it means to stage gateway d...khorn02:02, 22 September 2011
r99255Adding transaction type code and optional parameters for unit testing.jpostlethwaite21:06, 7 October 2011

Status & tagging log