-
Notifications
You must be signed in to change notification settings - Fork 4.2k
feat(connector): [RazorPay] Add new connector and Implement payment flows for UPI payment method #5200
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
api_key="API Key" | ||
key1 = "Merchant id" |
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.
The keys to Juspay should be fetched from env, should not be collected from the merchant
Ok(Self { | ||
txn_detail_id: ref_id.to_string(), | ||
txn_id: item.router_data.connector_request_reference_id.clone(), | ||
payment_method_type: pm.to_string().to_uppercase(), |
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.
Such fields should be enums going forward
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.
Core changes LGTM
1fcc8af
@swangi-kumari can you please provide me link to sample app which is consuming hyperswitch + UPI ? if it does not exist can you please point me to the doc which I can refer. Thanks |
Type of Change
Description
Additional Changes
Motivation and Context
How did you test it?
Response
Response
Response
Response
Checklist
cargo +nightly fmt --all
cargo clippy