Created
May 23, 2018 08:51
-
-
Save krzkrzkrz/bc9ead6f10ec9121c415431b325e2e99 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Coupon | |
Foo | |
marketing initiative | |
max_usage_per_user_count => 3 | |
--------------- | |
Scenario 1 | |
Today | |
1 CO / 2 JO => Success | |
Allowed coupon usage => 1 | |
Tomorrow | |
1 CO / 100 JO => Success | |
--------------- | |
Scenario 2 | |
Today | |
1 CO / 4 JO => Success | |
Allowed coupon usage => -1 | |
Tomorrow | |
1 CO / 2 JO => Fail |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment