fix#13454
This commit is contained in:
Mike Jolley 2017-03-03 10:52:38 +00:00 committed by GitHub
commit 92cdd4f2af
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class WC_Order_Item_Fee extends WC_Order_Item {
* @param string $amount
* @throws WC_Data_Exception
*/
protected function set_total_tax( $amount ) {
public function set_total_tax( $amount ) {
$this->set_prop( 'total_tax', wc_format_decimal( $amount ) );
}