taxjar / taxjar-woocommerce-plugin

WooCommerce Sales Tax Plugin by TaxJar
http://www.taxjar.com/woocommerce-sales-tax-plugin/
GNU General Public License v2.0
28 stars 29 forks source link

Get order tax class from product over line item #233

Closed dallendalton closed 2 years ago

dallendalton commented 2 years ago

Subscriptions created prior to TaxJar being enabled would not use the TaxJar PTC when added after subscription creation. This PR resolves the issue by pulling the tax class directly from the product when possible.

Steps to Reproduce

  1. Create a subscription using a product without a TaxJar PTC, and process a renewal. The TaxJar logs will show no PTC sent to the TaxJar API.
  2. Change the product to use a TaxJar PTC.
  3. Process another renewal order. The logs will still show no PTC was sent in the calculation request.

Expected Result

After applying the PR, in step 3 the logs will show the newly added PTC was used in the calculation request.

Click-Test Versions

Specs Passing