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

Fixed giveTicketFor method #83

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

noxoua
Copy link

@noxoua noxoua commented Oct 19, 2023

Getting a feature must be done by ID, because there could be many features with the same name.

example:

plan-1

  • deploy-minutes:30
  • ...

plan-2

  • deploy-minutes:60
  • ...

plan-3

  • deploy-minutes:90
  • ...

plan-4

  • deploy-minutes:120
  • ...

So If the user has plan-3, and calling ->giveTicketFor('deploy-minutes'.., the ticket will be assigned to the feature in plan-1.

set charges:
Screenshot 2023-10-19 at 17 41 02

get charges:
Screenshot 2023-10-19 at 13 56 02

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.

1 participant