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 @@
313
313
//OUR field names.
314
314
$this->staged_vars = array(
315
315
'amount',
316
- //'card_type',
316
+ 'card_type',
317
317
//'card_num',
318
318
'returnto',
319
319
'order_id', //This may or may not oughta-be-here...
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r97780
Card #282, and a significant redefinition of what it means to stage gateway d...
khorn
02:02, 22 September 2011
r99255
Adding transaction type code and optional parameters for unit testing.
jpostlethwaite
21:06, 7 October 2011
Status & tagging log
20:52, 21 October 2011
Awjrichards
(
talk
|
contribs
)
changed the
status
of r100052
[
removed:
new
added:
ok]
18:56, 21 October 2011
Awjrichards
(
talk
|
contribs
)
changed the
tags
for r100052
[
added:
fundraising]