-
Notifications
You must be signed in to change notification settings - Fork 9
fix: Diff check fixes for Xendit Authorize flow #357
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
| item.router_data.request.minor_amount, | ||
| item.router_data.request.currency, | ||
| ) | ||
| .change_context(ConnectorError::AmountConversionFailed)?, |
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.
also use attach printable.
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.
Done
| cardholder_name: card_data.get_cardholder_name().or(item | ||
| .router_data | ||
| .resource_common_data | ||
| .get_billing_full_name())?, |
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.
check if this function is correct or not does it really give the right value
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.
checked
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.
what checked?
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.
bro as per me this is getting the values from some now known field can you go deeper?
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.
added a new function to take name from address.billing
Description
Motivation and Context
Additional Changes
How did you test it?