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

Fix voucher limit #271

Merged
merged 4 commits into from
Nov 27, 2019
Merged

Fix voucher limit #271

merged 4 commits into from
Nov 27, 2019

Conversation

dominik-zeglen
Copy link
Contributor

@dominik-zeglen dominik-zeglen commented Nov 26, 2019

Resolves #270

Pull Request Checklist

  1. All visible strings are translated with proper context.
  2. All data-formatting is locale-aware (dates, numbers, and so on).
  3. Translated strings are extracted to .pot file.
  4. Number of API calls is optimized.
  5. The changes are tested.
  6. Type definitions are up to date.
  7. Changes are mentioned in the changelog.

@codecov
Copy link

codecov bot commented Nov 26, 2019

Codecov Report

Merging #271 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #271      +/-   ##
==========================================
- Coverage   74.01%   74.01%   -0.01%     
==========================================
  Files         605      605              
  Lines        6492     6491       -1     
  Branches     1065     1064       -1     
==========================================
- Hits         4805     4804       -1     
  Misses       1501     1501              
  Partials      186      186
Impacted Files Coverage Δ
...c/discounts/components/VoucherList/VoucherList.tsx 84.61% <100%> (-0.57%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 76becb2...c875d68. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Voucher total usage times limit is 0 by default
2 participants