classyllama / ClassyLlama_AvaTax

This extension has been deprecated in favor of https://github.com/avadev/Avalara-AvaTax-for-Magento2
Open Software License 3.0
23 stars 15 forks source link

Shipping amount not passed to avalara #177

Closed eealg closed 5 years ago

eealg commented 6 years ago

{{ 'Lines' => array ( 0 => AvaTax\Line::set_state(array( 'No' => 'sequence-1', 'OriginCode' => 0, 'DestinationCode' => 1, 'ItemCode' => 'BV-102194', 'Description' => 'Bulgari Lucea 28mm Women\'s Watch [102194]', 'TaxCode' => '', 'Qty' => 1.0, 'Amount' => 9650.0, 'Discounted' => false, 'RevAcct' => NULL, 'Ref1' => '', 'Ref2' => '', 'ExemptionNo' => NULL, 'CustomerUsageType' => NULL, 'BatchCode' => NULL, 'TaxOverride' => NULL, 'OriginAddress' => AvaTax\Address::__set_state(array( 'AddressCode' => 0, 'Line1' => '3325 Las Vegas Blvd. S. #1702', 'Line2' => 'The Palazzo Hotel Casio Level', 'Line3' => NULL, 'City' => 'Las Vegas', 'Region' => 'NV', 'PostalCode' => '89109', 'Country' => 'US', 'TaxRegionId' => 0, 'Latitude' => NULL, 'Longitude' => NULL, )), 'DestinationAddress' => AvaTax\Address::set_state(array( 'AddressCode' => 1, 'Line1' => '101 Broadway', 'Line2' => '', 'Line3' => '', 'City' => 'New York', 'Region' => 'NY', 'PostalCode' => '10006', 'Country' => 'US', 'TaxRegionId' => 0, 'Latitude' => NULL, 'Longitude' => NULL, )), 'BusinessIdentificationNo' => NULL, 'TaxIncluded' => false, )), ), }}

There should be an additional line added to the "Lines" variable, that details the shipping method that was selected. This is what we are missing.

rsisco commented 6 years ago

@eealg - Can you provide steps for reproducing this issue on a vanilla Magento 2 installation (including what specific version of M2 you are using)? I am unable to reproduce the issue. As you can see in my screenshot, shipping is being included as a line item: img

rsisco commented 5 years ago

Closing issue due to inactivity. If the issue is reopened, please provide the requested information.