Automattic / woocommerce-services

WooCommerce Services is a feature plugin that integrates hosted services into WooCommerce (3.0+), and currently includes automated tax rates and the ability to purchase and print USPS shipping labels.
GNU General Public License v2.0
108 stars 20 forks source link

Fix/issue 2703 - Add condition to make sure the js is used only when recalculating tax. #2704

Closed iyut closed 1 year ago

iyut commented 1 year ago

Description

Add condition in new-order-tax.js file to make sure the js is used only when recalculating tax.

Related issue(s)

Fixes #2703

Steps to reproduce & screenshots/GIFs

  1. Ensure automated taxes are enabled.
  2. Open an order.
  3. Attempt a refund.
  4. Refund is successful.

Checklist