Index: branches/wmf/1.17wmf1/extensions/ContributionTracking/ContributionTracking_body.php |
— | — | @@ -50,6 +50,12 @@ |
51 | 51 | 'fname' => $wgRequest->getText( 'fname', null ), |
52 | 52 | 'lname' => $wgRequest->getText( 'lname', null ), |
53 | 53 | 'email' => $wgRequest->getText( 'email', null ), |
| 54 | + 'address1' => $wgRequest->getText( 'address1', null ), |
| 55 | + 'city' => $wgRequest->getText( 'city', null ), |
| 56 | + 'state' => $wgRequest->getText( 'state', null ), |
| 57 | + 'zip' => $wgRequest->getText( 'zip', null ), |
| 58 | + 'country' => $wgRequest->getText( 'country', null ), |
| 59 | + 'address_override' => $wgRequest->getText( 'address_override', '0' ), |
54 | 60 | 'recurring_paypal' => $wgRequest->getText( 'recurring_paypal' ), |
55 | 61 | 'amount' => $wgRequest->getVal( 'amount' ), |
56 | 62 | 'amount_given' => $wgRequest->getVal( 'amountGiven' ), |
Property changes on: branches/wmf/1.17wmf1/extensions/ContributionTracking/ContributionTracking_body.php |
___________________________________________________________________ |
Added: svn:mergeinfo |
57 | 63 | Merged /trunk/extensions/ContributionReporting/ContributionTracking_body.php:r74440-74491 |
58 | 64 | Merged /branches/wmf-deployment/extensions/ContributionTracking/ContributionTracking_body.php:r60970 |
59 | 65 | Merged /branches/wmf/1.16wmf4/extensions/ContributionTracking/ContributionTracking_body.php:r67177,69199,76243,77266 |
60 | 66 | Merged /trunk/extensions/ContributionTracking/ContributionTracking_body.php:r64690-96037 |
61 | 67 | Merged /trunk/phase3/extensions/ContributionTracking/ContributionTracking_body.php:r63545-63546,63549,63643,63764,63897-63901,64113,64509,65387,65391,65555,65590,65650,65816,77555,77558-77560,77563-77565,77573 |