Revision history for Perl module Business::CPI. 0.913 2014-01-22T17:01:27Z - Remove pay_gateway_fee default value (0) 0.912 2014-01-22T16:41:28Z - Add defaults to Money types in the Cart role - Add pay_gateway_fee key to the Receiver role 0.911 2013-12-09T03:16:54Z - Documentation fixes (regarding receiver_id) 0.910 2013-12-05T13:54:49Z - Create Receivers role and class - Remove receiver_email attribute in favor of receiver_id 0.909 2013-11-28T12:15:12Z - TRIAL release - Rework entire project organization: move all classes to the ::Base namespace, and move all logic to roles. - Create Util class - Create and use a decent type system 0.908 2013-11-26T07:39:11Z - Add id and gateway_id attributes for the cart, and make some of the other attributes rw - General optimizations while adding items to the cart, and allow only simple hashrefs (not blessed) - Be stricter about phone numbers - Make description and quantity optional - Create helper method `new_account` to build Account objects 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