Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-tax/Controller/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/magento/module-tax/Controller/RegistryConstants.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Tax\Controller;

/**
 * Declarations of core registry keys used by the Tax module
 *
 */
class RegistryConstants
{
    /**
     * Registry key where current tax ID is stored
     */
    const CURRENT_TAX_RATE_ID = 'current_tax_rate_id';

    /**
     * Registry key where current tax rate form data is stored
     */
    const CURRENT_TAX_RATE_FORM_DATA = 'current_tax_rate_form_data';
}