-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
refactor(stripe): return all the missing fields in a request #935
refactor(stripe): return all the missing fields in a request #935
Conversation
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.
Thanks for your PR, @jeevaprakashdr!
Other than the minor changes I've requested, this PR looks good to me!
Regarding the signal-hook-tokio
changes included here for the project to compile on Windows, @NishantJoshi00 I'll need your opinion on how we should proceed.
Co-authored-by: ItsMeShashank <[email protected]>
Co-authored-by: ItsMeShashank <[email protected]>
@jeevaprakashdr Once you're done with the macro renaming, please address the failing CI checks. |
274c9a1
to
ce164d0
Compare
ce164d0
to
e5a3322
Compare
e5a3322
to
f8254b0
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.
Looks good to me!
Thanks again for this PR, @jeevaprakashdr!
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.
Looks Good to me! Cheers @jeevaprakashdr 🚀
Type of Change
Description
On address field validation return all the mandatory fields having a null or empty values.
Additional Changes
Motivation and Context
Closes #451.
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy