The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for WebService-PayflowPro

0.000008  2015-10-27 17:58:19-04:00 America/Toronto
    - Fixes an error when adding query params to a URI object

0.000007  2015-10-16 21:05:02-04:00 America/Toronto
    - Adds auth_from_credit_card_reference_transaction()
    - Adds auth_from_paypal_reference_transaction()

0.000006  2015-09-14 10:20:56-04:00 America/Toronto
    - Adds built-in mocking for testing and running your own local mocked
      PayPal services
    - Moves away from using one generic response object to using various, more
      specific response objects

0.000005  2015-08-07 10:52:50-04:00 America/Toronto
    - Adds post() and void_transaction methods to PaymentsAdvanced.pm
    - Makes use of HashRefs more consistent in API
    - Adds new methods: capture_delayed_transaction(), transaction_status() and
      sale_from_reference_transaction
    - Adds "verbose" attribute to constructor

0.000004  2015-07-24 17:34:27-04:00 America/Toronto
    - Bumps up minimum version of Moo to 1.004005

0.000003  2015-07-22 13:04:12-04:00 America/Toronto
    - Adds LWP::Protocol::https to deps
    - Removes IP address validation on redirect

0.000002  2015-07-20 14:41:56-04:00 America/Toronto
    - Don't support Perls earlier than 5.14

0.000001  2015-07-17 18:27:22-04:00 America/Toronto
    - Initial release.