Source Control Clients
Project Name: MoneyBaby
Server URL: https://tfs05.codeplex.com

Recent Check-Ins

Change Set Download / Browse Date Comment By Downloads
8263 Feb 18
at 10:35 PM
Pulled the TransactionResultData off the PaymentData object and made it the result of calling one of our action methods. (Auth,Charge,Capture,etc...) jetheredge 35
8258 Feb 18
at 9:34 PM
Added support for dynamically calling the gateways now that we have strongly typed gateway settings. All gateways are created through factory methods on the CreditCardProcessor class. Updated the sample application to have an example of using the dynamic gateway settings. jetheredge 0
8199 Feb 18
at 3:35 AM
Did some serious restructuring in order to have stongly typed settings for each gateway. I updated the sample application in order to reflect this. It wasn't a problem now, but it will be as more gateways get added. jetheredge 0
8195 Feb 18
at 2:10 AM
Changed _currentProcessor to be an ICreditCardGateway and added a constructor overload on CreditCardProcessor that takes an ICreditCardGateway. This way it'll be easier to create tests or pass in a custom gateway that is not in the project. jetheredge 0
8194 Feb 18
at 2:02 AM
Added the PaymentOperationType enumeration so that we weren't passing strings around. Also moved the Authorize,Capture,Charge,Refund,Void methods out of the individual gateways and into the BaseCreditCardGateway so they aren't copied everywhere. I also made the gateway classes internal so there would be less confusion on which class to use. jetheredge 0
8192 Feb 18
at 1:34 AM
Moved gateways into their own folders so we can store any enumerations or additional files into these folders jetheredge 0
2145 Nov 27 2007
at 3:17 AM
Added Worldpay Junior Select and API Documentation project
mmcconnell1618 37
2144 Nov 27 2007
at 2:40 AM
mmcconnell1618 1
2136 Nov 27 2007
at 2:03 AM
mmcconnell1618 0
2133 Nov 27 2007
at 2:00 AM
mmcconnell1618 0
1-10 of 28Change Sets < Previous 1 2 3 Next >
Updating...