You appear to be a bot. Output may be restricted
Description
Set total tax.
Usage
WC_Order_Item_Fee::set_total_tax( $amount );
Parameters
- $amount
- ( string ) required – Amount.
Returns
void
Source
File name: woocommerce/includes/class-wc-order-item-fee.php
Lines:
1 to 3 of 3
public function set_total_tax( $amount ) { $this->set_prop( 'total_tax', wc_format_decimal( $amount ) ); }