docs: fix tsdocs following typedoc update + 1.20 release (#6033)
* docs: fix tsdocs following typedoc update + 1.20 release * Fix OAS validation errors * fixes to react-docs-generator * fix content linting
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
/**
|
||||
* Return the tax amount that
|
||||
*
|
||||
* - is includes in the price if it is tax inclusive
|
||||
* - will be applied on to the price if it is tax exclusive
|
||||
* @param price
|
||||
* @param includesTax
|
||||
* @param taxRate
|
||||
*/
|
||||
export function calculatePriceTaxAmount({
|
||||
price,
|
||||
|
||||
Reference in New Issue
Block a user