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

feat: add additional coupon validation #6771

Merged
merged 2 commits into from
Feb 7, 2023

Conversation

vanpho93
Copy link
Member

@vanpho93 vanpho93 commented Feb 2, 2023

Signed-off-by: vanpho93 vanpho02@gmail.com

Resolves #6724
Impact: major
Type: featuree

Solution

  • Add new validations
  • Add update coupon mutation

@changeset-bot
Copy link

changeset-bot bot commented Feb 2, 2023

⚠️ No Changeset found

Latest commit: 729b4a5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vanpho93 vanpho93 force-pushed the feat/add-additional-coupon-validation branch 7 times, most recently from 2b193d7 to a3764f2 Compare February 2, 2023 03:00
Signed-off-by: vanpho93 <vanpho02@gmail.com>
@vanpho93 vanpho93 force-pushed the feat/add-additional-coupon-validation branch from a3764f2 to 366a11a Compare February 2, 2023 04:44
Copy link
Collaborator

@zenweasel zenweasel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to fix the wording of the one error but otherwise this looks good


const now = new Date();
if (promotion.startDate <= now) {
throw new ReactionError("invalid-params", "This coupon cannot be edited because the promotion is on the window time");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to improve the wording of this since I can't tell what this means

Signed-off-by: vanpho93 <vanpho02@gmail.com>
@vanpho93 vanpho93 merged commit 193751c into feat/coupons Feb 7, 2023
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.

None yet

2 participants