summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-22- version 1.01: rt.cpan.org#49349: Fix Reference TransactionsHEADmasterplobbes
2009-08-22- bump version to 1.00, should have probably done this with 0.07 as itplobbes
was a radical enough departure from 0.06, also BOP 3.x is no longer just a developers release - rt.cpan.org#48696 Use CGI::Util instead of CGI Josh Rosenbaum + updated code to be faster/more efficient - rt.cpan.org#48816 Request Encoding Issue & Missing fields Josh Rosenbaum + use PayPal custom encoding (not URL encoding) per PP spec + added missing shipping parameters similar to Authorize.Net - rt.cpan.org#48820 %content not reloaded after mapping breaks credits Josh Rosenbaum + fix a problem with credits where the ACCT, AMT, and EXPDATE were being required, because the ORIGID detection code was not working - addition test cases for updated code
2009-04-14- change payflowpro.verisign.com => payflowpro.paypal.complobbes
2009-04-14- update server names per latest PayPal docs:plobbes
payflow.verisign.com => payflowpro.verisign.com pilot-payflowpro.verisign.com => pilot-payflowpro.paypal.com
2008-10-18- fix HTTPS requires to match codeBUSINESS_ONLINEPAYMENT_PAYFLOWPRO_0_07_06plobbes
2008-10-18- added t/pod-coverage.tplobbes
2008-10-18- 0.07_06 changesplobbes
2008-10-18- include most of the patches from Frédéric Brière at fbriere.netplobbes
- request_id now only generates a new id when not set - cvv2_code brought back for backwards compatibility - client_certification_id now defaults to "ClientCertificationIdNotSet" (value is reqd but unused per developer docs) - client_timeout set to 45 by defaults (as recommended by developer docs) - several doc updates and some reorg
2008-10-18- incorporate most of patches from Frédéric Brière, including testsplobbes
for cvv2_code client_certification_id client_timeout request_id
2008-10-18- minor pod test cleanupplobbes
2007-04-04add note about interface instability & emailing payflowintegrator@paypal.comivan
2007-03-23depend on B:OP:HTTPS 0.06 for Crypt::SSLeay fixesivan
2007-03-22ripped out a bunch of hastily-conceived ->param BS more appropriate for ↵ivan
implementation in a base class. Server names were incorrect. Tests were broken. Very dissapointing.
2007-03-13- increment versionplobbes
2007-03-13- per Ivan: add "shortcut" param 'client_certification_id' (can beplobbes
passed as an argument for B::OP->new() which will set the X-VPS-VIT-CLIENT-CERTIFICATION-ID header
2007-03-13administriviaivan
2007-03-13- incorporate changelog notes for 0.07_02BUSINESS_ONLINEPAYMENT_PAYFLOWPRO_0_07_02plobbes
2007-03-13- made generic method for deprecating cert_path, etc.plobbes
- doc'd vendor() and partner() as deprecated but will not put out warnings on those for now (B::OP new() behavior would make this annoying) - shortened code for the custom methods (we are not using build_subs()) - now using path() again as "/commit" is not needed/used by PayflowPro HTTPS - removed code in submit() related to "/commit" that is no longer needed - set param("test_server") so the test server name can be changed
2007-03-12- notes for release 0.07_01:BUSINESS_ONLINEPAYMENT_PAYFLOWPRO_0_07_01plobbes
rewrite/updates for new B::OP::PayflowPro using HTTP protocol
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-12- rewrite/updates for new B::OP::PayflowPro using HTTP protocolplobbes
- no longer require PFProAPI - new requires: Business::OnlinePayment::HTTPS, CGI and Digest::MD5
2007-03-12- tests updated for new B::OP::PayflowPro using HTTP protocolplobbes
- use CLIENTCERTID environment var for testing using (temporarily required) X-VPS-VIT-CLIENT-CERTIFICATION-ID
2007-03-12- tests updated for new B::OP::PayflowPro using HTTP protocolplobbes
- cert_path() method is now deprecated
2007-03-10- avoid warnings for uninitialized values when using like()plobbes
2007-03-04- POD coverage testsplobbes
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- minor updates, will now add ABSTRACT_FROM if using Perl >= 5.005plobbes
2007-01-22- update info from Verisign to PayPalplobbes
2007-01-22- updates for 0.05plobbes
2007-01-22- Ran code through perltidyplobbes
2007-01-22- test updates: t/load.t replaced by t/00load.t; added t/pod.tplobbes
2007-01-22- basic module test cases not dependent on a Payflow Pro test accountplobbes
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
2007-01-22- added tests for avs_code() and cvv2_code()plobbes
2007-01-19- use Test::Podplobbes
2007-01-19- Test::More recommendes using use_ok within BEGIN {}plobbes
2007-01-19remove unnecessary BEGIN blockplobbes
2007-01-19- 00load.t replaces bop.t and load.t and now uses Test::More::BAIL_OUTplobbes
2007-01-16- removed t/bad_auth.tplobbes
2007-01-16- updated to Test::Moreplobbes
- updated %content to get one success and one failure test case - incorporated test from (now removed) bad_auth.t
2007-01-16- moved test case to t/credit_card.tplobbes
2007-01-14- Switch to using Test::Moreplobbes
2007-01-14- switch to using Test::Moreplobbes
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-12-23- CPAN bug #13896 order_number() not set when transaction failsplobbes
- Bug VENDOR set to 'login' not 'vendor'
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-07ack patch from Robert Graffivan