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