fixed spelling for calculate.
This commit is contained in:
parent
dc4212cc15
commit
632da6779e
|
@ -113,7 +113,7 @@ class WC_Tax {
|
|||
/**
|
||||
* Calc tax from inclusive price.
|
||||
*
|
||||
* @param float $price Price to calcualte tax for.
|
||||
* @param float $price Price to calculate tax for.
|
||||
* @param array $rates Array of tax rates.
|
||||
* @return array
|
||||
*/
|
||||
|
@ -159,7 +159,7 @@ class WC_Tax {
|
|||
/**
|
||||
* Calc tax from exclusive price.
|
||||
*
|
||||
* @param float $price Price to calcualte tax for.
|
||||
* @param float $price Price to calculate tax for.
|
||||
* @param array $rates Array of tax rates.
|
||||
* @return array
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue