-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat(router): add payment_intent_data and modify api models of create intent request and response for v2 #6016
Conversation
…witch into add-payment-intent-data-v2
/// Tax details related to the order. This will be calculated by the external tax provider | ||
tax_details: Option<TaxDetails>, | ||
pub tax_details: Option<TaxDetails>, |
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.
In api_model we have order_tax_amount
and in domain_model we have tax_details
, lets keep one name to denote these.
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.
In api_models, we'll be having order_tax_amount only where as in domain models we have default and pmt tax
5f339ab
Type of Change
Description
add payment_intent_data and modify api models of create intent request and response for v2
Additional Changes
Motivation and Context
How did you test it?
Compiler guided (api model changes only)
Checklist
cargo +nightly fmt --all
cargo clippy