Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue Creating Tax Rate and Zone #4873

Closed
zaoky opened this issue Jun 3, 2016 · 5 comments
Closed

Issue Creating Tax Rate and Zone #4873

zaoky opened this issue Jun 3, 2016 · 5 comments
Labels
bug report Component: Tax Fixed in 2.2.x The issue has been fixed in 2.2 release line Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development

Comments

@zaoky
Copy link

zaoky commented Jun 3, 2016

Steps to reproduce

  1. Install Magento 2.0.7
  2. create a new Tax Rate and zone by API/REST with the rate = 0

Expected result

  1. new tax rate and zone create with rate = 0 for a rule that applies to non-taxable customers

Actual result

  1. Error message appears:
    {
    "message": "%fieldName is a required field.",
    "parameters": {
    "fieldName": "percentage_rate"
    }
    }
    Palm Springs commercial photography

Note

I can create a Tax Rate and Zone with rate = 0 through the admin page

@zaoky
Copy link
Author

zaoky commented Jul 6, 2016

any update ??

@zaoky
Copy link
Author

zaoky commented Jul 27, 2016

please, any news ??

@mikeweis
Copy link

@zaoky ... thank you for reporting. I have created internal ticket MAGETWO-56156 to track this issue.

@mikeweis mikeweis added the Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development label Jul 29, 2016
@mikeweis
Copy link

@zaoky ... a possible work-around:

  • the database table (tax_calculation_rate) that holds the Tax Rate "rate" column is set to 4 digits after the decimal place
  • using the Tax Rate API, send in a rate of 0.00001 (as an example)
  • the rate stored in the database table will be 0.0000 (zero)
  • note that the API response will claim that the rate is 0.00001 however :(

@vkorotun vkorotun removed the CS label Aug 4, 2016
magento-team pushed a commit that referenced this issue Jun 29, 2017
Bug fixes:
- MAGETWO-59135 [Github] Customer session is shared for different customers on two websites #4842 #6468
- MAGETWO-67623 [M2EE 2.0.10] - Customer Segment - Multiple Select Attribute: MySQL Query Issue
- MAGETWO-47607 [Github] Sitemap generation in wrong folder when vhost is connected to pub folder
- MAGETWO-63159 Content staging value for fields are not saved in database
- MAGETWO-62975 [FT] Functional test Magento\Customer\Test\TestCase\RegisterCustomerFrontendEntityTest is failed
- MAGETWO-56156 [GITHUB] Using API cannot create Tax Rate with a zero rate #4873
@magento-engcom-team magento-engcom-team added Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development bug report Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Component: Tax labels Sep 11, 2017
@magento-engcom-team magento-engcom-team added 2.0.x Fixed in 2.2.x The issue has been fixed in 2.2 release line labels Sep 20, 2017
@magento-engcom-team
Copy link
Contributor

@zaoky, thank you for your report.
The issue is already fixed in 2.2.0

magento-engcom-team pushed a commit that referenced this issue Oct 14, 2019
[Magento Community Engineering] Community Contributions - 2.3-develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Component: Tax Fixed in 2.2.x The issue has been fixed in 2.2 release line Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development
Projects
None yet
Development

No branches or pull requests

5 participants