WebService::Avalara::AvaTax::Role::Dumper makes use_wss impossible #4

Open
opened 2017-08-08 16:56:10 +00:00 by elderling · 0 comments
elderling commented 2017-08-08 16:56:10 +00:00 (Migrated from github.com)

In WebService::Avalara::AvaTax::Role::Dumper,

around BUILDARGS => sub {
    return { @_[ 2 .. $#_ ], use_wss => 0 };
};

Disables use_wss completely in all circumstances despite all documentation to the contrary outside of WebService::Avalara::AvaTax::Role::Dumper itself.

In `WebService::Avalara::AvaTax::Role::Dumper`, around BUILDARGS => sub { return { @_[ 2 .. $#_ ], use_wss => 0 }; }; Disables `use_wss` completely in all circumstances despite all documentation to the contrary outside of `WebService::Avalara::AvaTax::Role::Dumper` itself.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mjg/perl-WebService-Avalara-AvaTax#4
No description provided.