PayPal PayflowPro Integration Update
This is just a quick announcement to anyone how ever worked with or currently is working with the PayflowPro SDK. A customer of mine logged into their PayflowPro manager the other day and was greeted with the following message.
I decided to sit down and update my cfpayflowpro project. The old project used the Java API so I scrapped the project and re wrote it from the ground up. This project will now allow you take advantage of the updated PayflowPro SDK. I would like to take a few minutes and explain the architecture of the project because I really like how It came out. This is by far nowhere near a release because I still need to add some error handling and support for other methods like authorization & credits but this is a solid start.
This is a quick snapshot of the project structure.
The main component acts as a service manager for the entire project. This is the component you need to instantiate and use. The rest of them are all tied in through a nice api. The Account is a bean that hold your account information. The proxyVO is another bean and this one will hold proxy settings. The proxy settings are needed because this is basic http call so if your network uses a proxy you need to set this up. There also components for parsing the result and sending out notifications. Here is the code for the main component but I encourage you to download the project and give me some feedback. As I said before this project is not completed yet so any feedback would help.
