summaryrefslogtreecommitdiff
path: root/PayflowPro.pm
AgeCommit message (Collapse)Author
2007-03-12- rewrite/updates for new B::OP::PayflowPro using HTTP protocolplobbes
- no longer use PFProAPI.pm from Verisign/PayPal - now using name-value pair transactions - require: CGI to parse name-value pair responses from server - require: Digest::MD5 to generate (hopefully) unique request_id which is required by PayflowPro HTTP protocol - new methods: request_id(), param(), debug(), expdate_mmyy() - renamed internal methods to start with an underscore - removed unused remap_fields() method - if unable to parse expiration given in %content no longer croak, but let PayflowPro servers attempt to deal with the value as-is - submit() now two phased per PFP HTTP protocol - X-VPS-VIT-CLIENT-CERTIFICATION-ID is required (supposedly this is a temporary requirement from PayPal) - request_id() method will generate a hopefully unique id using Digest::MD5 for use in the X-VPS-REQUEST-ID HTTP header. A 'request_id' key may be passed in %content to specify an ID - path() is not used as the PFP HTTP protocol uses two different URLs (step 1) /transaction, (step 2) /commit - patches to B::OP::HTTPS were required to support needed functionality - debug() sets $Business::OnlinePayment::HTTPS::DEBUG to aid in debugging
2007-03-02- zip now allows alphanumerics for non-US zipsplobbes
2007-01-22- add phil at perkpartners.com as an AUTHORBUSINESS_ONLINEPAYMENT_PAYFLOWPRO_0_05plobbes
2007-01-22- Ran code through perltidyplobbes
2007-01-22- Minor variable reorganization to match order in documentationplobbes
- Minor comment cleanup - Major documentation overhaul - Now attempt to set avs_code, cvv2_code, result_code, error_message and authorization on success or failure (if it is available we set it). - EXAMPLE 'zip' and 'cvv2' updated so they test server would give success
2006-12-23[ Changes by Phil Lobbes <phil at perkpartners.com > ]plobbes
- CPAN bug #13896 order_number() (which provides access to PNREF) is not set when transaction fails [FIXED]. - Remove AutoLoader/Exporter per Jo Rhett <jrhett at netconsonance.com> - "use" (instead of "require") Business::OnlinePayment - remove build_subs() and get_fields() (provided by B::OP) - Fixed bug: VENDOR set to login instead of vendor (will still use login if VENDOR is not set) - minor cleanup remove commented out code, reformat docs a little
2006-10-110.04BUSINESS_ONLINEPAYMENT_PAYFLOWPRO_0_04ivan
2005-08-03Fix inadvertant clobbering of zip code, patch from <phil@perkpartners.com>, ↵BUSINESS_ONLINEPAYMENT_PAYFLOWPRO_0_03ivan
CPAN bug #13896
2004-10-07action is available in the content, not as a methodBUSINESS_ONLINEPAYMENT_PAYFLOWPRO_0_02ivan
2004-10-070.02ivan
2003-08-16added cvv2_code (and added avs_code to build_subs)BUSINESS_ONLINEPAYMENT_PAYFLOWPRO_0_02_02ivan
2003-08-150.02_01BUSINESS_ONLINEPAYMENT_PAYFLOW_PRO_0_02_01ivan
2003-08-14remove obsolete check for other transaction typesivan
2003-08-14 - cvv2 supportivan
- authorization only, post authorization, void and credit support - sponsored by Pro Softnet Corp. / ibackup.com
2003-01-220.01BUSINESS_ONLINEPAYMENT_PAYFLOWPRO_0_01ivan
2003-01-14correct filename hahaivan