-
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(address): pass payment method billing to the connector module #3828
refactor(address): pass payment method billing to the connector module #3828
Conversation
…4320-refactor-pass-payment_method_billing-to-connector-module
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
831656e
…-connector-module
0c9ae44
…-connector-module
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.
Approving on behalf of @juspay/hyperswitch-routing
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.
Dashboard changes looks fine.
Type of Change
Description
This PR consolidates the billing details and pass
payment_method_data.billing
to the connector module.Motivation and Context
The below scenarios are covered.
How did you test it?
payment_method_billing
.Checklist
cargo +nightly fmt --all
cargo clippy