Revision history for Business-CyberSource
v0.1.9 2011-08-26
- use MooseX::Types and Varchar to make attributes stricter and better
documented accross the board
v0.1.8 2011-08-26
- use MooseX::Types::CreditCard
as this type is based on int the ->credit_card method will no longer
return strings with '-' or ' ' in them
v0.1.7 2011-08-25
- add basic documentation for requests
- disable method documentation generation
- change how traits are applied on credit requests
v0.1.6 2011-08-24
- provide reason_text attribute on responses
v0.1.5 2011-08-24
- Document Business::CyberSource::Request
v0.1.4 2011-08-23
- turn Business::CyberSource::Request into an abstract factory for request
objects.
- production attribute no longer has a default, so it must always be
created.
- credit card expiration month/year most now be an integer
v0.1.3 2011-08-22
- experimental CVN and DCC support
v0.1.2 2011-08-18
- first implementation of follow-on credits
v0.1.1 2011-08-16
- skip tests unless environment variables set
v0.1.0 2011-08-16
- Initial release for testing comment and review