Revision history for perl distribution WebService-Avalara-AvaTax
0.007 2015-03-11 15:32:31-04:00 America/New_York (TRIAL RELEASE)
- Added support for Avalara address service validation via validate()
method. Since this service also has IsAuthorized and Ping operations,
the appropriate methods have been renamed address_svc_is_authorized,
address_svc_ping, tax_svc_is_authorized and tax_svc_ping.
0.006 2015-03-10 11:52:22-04:00 America/New_York (TRIAL RELEASE)
- remove extra "FooRequest => {}" around method parameters
0.005 2015-03-09 21:30:34-04:00 America/New_York (TRIAL RELEASE)
- rolled up WebService::Avalara::AvaTax::Role::Connection into main
AvaTax class since it wasn't clear keeping it a separate role was
offering anything beyond added complexity
- made soap_service, soap_port and transport attributes private (i.e.,
prefixed with a "_"), again to reduce complexity and API surface area
- additional documentation
0.004 2015-03-09 18:11:51-04:00 America/New_York (TRIAL RELEASE)
- no functional changes
- fix and complete example method calls in documentation
0.003 2015-03-09 13:47:22-04:00 America/New_York (TRIAL RELEASE)
- no functional changes
- update license and add SEE ALSO section to docs
0.002 2015-03-09 13:02:41-04:00 America/New_York (TRIAL RELEASE)
- no functional changes
- added/fixed documentation, example scripts
0.001 2015-03-09 11:27:41-04:00 America/New_York (TRIAL RELEASE)
- initial release