-
Couldn't load subscription status.
- Fork 1.9k
fix: Add server checks for ticket price #6281
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
Conversation
98f9b6d to
3db2ce0
Compare
Codecov Report
@@ Coverage Diff @@
## development #6281 +/- ##
===============================================
- Coverage 65.42% 65.39% -0.03%
===============================================
Files 287 287
Lines 14727 14735 +8
===============================================
+ Hits 9635 9636 +1
- Misses 5092 5099 +7
Continue to review full report at Codecov.
|
3db2ce0 to
31e592d
Compare
6250724 to
1af787e
Compare
1122557 to
aa0359b
Compare
|
@shreyanshdwivedi @iamareebjamal @uds5501 Please have a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
b3afaa5 to
f2320ee
Compare
d10706e to
ec29cc4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:l
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build failing
ad3a021 to
a21bb4b
Compare
|
@iamareebjamal The DELETE test for the tickets was failing as the price & type are not required for a DELETE request. Any suggestions on how I could go about this? |
|
According to me, I think that that the condition should only be present under |
|
I agree @mrsaicharan1 |
a21bb4b to
f19887c
Compare
f19887c to
1a75ee1
Compare
1a75ee1 to
2c57240
Compare
|
@iamareebjamal @uds5501 @shreyanshdwivedi Fixed the check to be compatible with the DELETE operation as well. Ready for another review. |
|
@iamareebjamal This fix seems to be buggy with donation tickets. I will revert this for now and see what's wrong. |
This reverts commit 1a0953d.
Fixes #6280
Short description of what this resolves:
Adds api checks for ticket prices on the server
Changes proposed in this pull request:
before_create_object&before_update_objectChecklist
developmentbranch.