13 lines
443 B
C#
13 lines
443 B
C#
|
|
namespace Nop.Plugin.Tax.FixedOrByCountryStateZip;
|
|
|
|
/// <summary>
|
|
/// Represents constants of the "Fixed or by country & state & zip" tax plugin
|
|
/// </summary>
|
|
public static class FixedOrByCountryStateZipDefaults
|
|
{
|
|
/// <summary>
|
|
/// The key of the settings to save fixed tax rate of the tax category
|
|
/// </summary>
|
|
public const string FIXED_RATE_SETTINGS_KEY = "Tax.TaxProvider.FixedOrByCountryStateZip.TaxCategoryId{0}";
|
|
} |