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

Add discounts #182

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from
Draft

Add discounts #182

wants to merge 1 commit into from

Conversation

KwikKill
Copy link
Member

@KwikKill KwikKill commented Nov 25, 2024

Description

Add a way to create a discount for a given user + product.
Discount will then be subtracted from the payment total and marked as used when the payment is successful.

TODO : add documentation

Checklist

  • I have tested the changes locally and they work as expected.
  • I have added tests to cover my changes.
  • I have updated the documentation accordingly.
  • I have assigned the pull request to the appropriate reviewer(s).
  • I have added labels to the pull request, if necessary.

Related Issues

Fix #181

Screenshots

image
image
image

@KwikKill KwikKill added enhancement New feature or request priority:low Low Priority labels Nov 25, 2024
@KwikKill KwikKill self-assigned this Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:low Low Priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add payment discount handling
1 participant