The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module Business::CPI.

0.907 2013-11-25T17:13:12Z
    - Rename birthday to birthdate

0.906 2013-11-20T00:46:15Z
    - Create new attributes in Account class: login, registration_date,
      full_name, gateway_id, is_business_account.

0.905 2013-11-19T03:42:55Z
    - Fix and improve tests
    - Remove Business::BR::CNPJ from Business::CPI::Account::Business. It was
      left there by mistake
    - Set _gateway attribute as 'ro' and required in a few classes

0.904 2013-11-18T19:45:02Z
    - Create Account classes
    - Add Test::Exception and DateTime dependencies
    - Improve documentation

0.903 2013-01-30T21:47:30Z
    - Create Changes file

0.902 2013-01-30T02:33:54Z
    - Allow gateways to implement custom Cart classes
    - Explicitly require Class::Load 0.20 and Moo 1.0

0.901 2013-01-22T17:54:50Z
    - Allow gateways to implement custom Buyer classes
    - Document notify method

0.5   2013-01-10T11:22:40Z
    - Implement logging
    - Remove List::Util dependency
    - Remove name attribute

0.4   2013-01-09T00:30:41Z
    - Explicitly require Perl 5.8 or higher
    - Define version in Business::CPI::Types

0.3   2013-01-08T17:50:43Z
    - Add several new attributes for:
        - Cart (discount, taxes, handling)
        - Buyer (address data)
        - Item (shipping data)

0.2   2012-12-15T21:48:43Z
    - Set versioning in every file
    - Add sponsors in the docs

0.1   2012-11-24T18:34:43Z
    - Initial version