woocommerce/tests/unit-tests/order
Cesar Rodas c96c62f380 Improved how taxes are applied
If by default the taxes are based on the shipping address and the current order doesn't have any, it would use the billing address rather than using the Shopping base location.

It's basically what WooCommerce is [doing already in Javascript](https://github.com/woocommerce/woocommerce/blob/master/assets/js/admin/meta-boxes-order.js#L526-L575). This kind of checks should be done in the backend, never in the client side.
2017-06-01 15:51:55 -04:00
..
crud.php Improved how taxes are applied 2017-06-01 15:51:55 -04:00
functions.php Finish unit tests and bugfixes 2017-05-23 18:44:37 -07:00
query.php Change test to better check validity 2017-05-10 13:20:07 -07:00