-
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
feat(payment_method): [upi] add new payment method and use in iatapay #1528
Conversation
@arvindpatel24 Please address the failing OpenAPI spec check. |
#[derive(Debug, Serialize)] | ||
#[serde(rename_all = "camelCase")] | ||
pub struct PayerInfo { | ||
token_id: Secret<String>, |
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 is this token for, add a one line comment
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.
Hey, currently this token is used to pass vpa_id (as suggested by Iatapay), but for different payment method it will be different payment_method_data. So, it is just a format of request for Iatapay, we can't define any fix thing for it in the code.
@arvindpatel24 is this checked in VAS also? |
Type of Change
Description
Additional Changes
Motivation and Context
How did you test it?
Checklist
cargo +nightly fmt --all
cargo clippy