We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Transaction entity to store payment information.
Please refer to the Entity Relationship Diagram.
Transaction
schema.prisma
Course
Subscription
seed.ts
The text was updated successfully, but these errors were encountered:
I'm working on this issue now.
I have a question, what are the possible values for status on Subscription and Transaction table mas @zainfathoni ?
status
Sorry, something went wrong.
I'm working on this issue now. I have a question, what are the possible values for status on Subscription and Transaction table mas @zainfathoni?
I have a question, what are the possible values for status on Subscription and Transaction table mas @zainfathoni?
I just added two state diagrams in #46. Based on them, there are two possible values for each entity.
Would you please store the constant values in this enum.ts file, Mas @guntoroyk? Thanks for helping out! 🙏
I'm working on this issue now. I have a question, what are the possible values for status on Subscription and Transaction table mas @zainfathoni? I just added two state diagrams in #46. Based on them, there are two possible values for each entity. Would you please store the constant values in this enum.ts file, Mas @guntoroyk? Thanks for helping out! 🙏
Sure @zainfathoni
Successfully merging a pull request may close this issue.
Description
Transaction entity to store payment information.
Narrative
Acceptance Criteria
Scenario 1
Implementation Model
Please refer to the Entity Relationship Diagram.
Tasks
Transaction
table inschema.prisma
Course
,Subscription
, &Transaction
data inseed.ts
The text was updated successfully, but these errors were encountered: