This commit is contained in:
Mike Jolley 2017-08-23 16:42:58 +01:00
parent be042ee8f3
commit 25fb505fc4
1 changed files with 0 additions and 2 deletions

View File

@ -1701,8 +1701,6 @@ class WC_Cart extends WC_Legacy_Cart {
*/
public function calculate_fees() {
do_action( 'woocommerce_cart_calculate_fees', $this );
$this->add_fee( 'Test', -100 );
}
/**