You are here

constant COMMERCE_ROUND_NONE in Commerce Core 7

3 uses of COMMERCE_ROUND_NONE
commerce_round in ./commerce.module
Rounds a number using the specified rounding mode.
commerce_tax_types in modules/tax/commerce_tax.module
Returns an array of tax type objects keyed by name.
commerce_tax_ui_tax_type_new in modules/tax/commerce_tax_ui.module
Returns an initialized tax type array.

File

./commerce.module, line 10
Defines features and functions common to the Commerce modules.

Code

define('COMMERCE_ROUND_NONE', 0);