mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(core): Implement UCS based upi for paytm and phonepe (#8732)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com>
This commit is contained in:
@ -94,7 +94,9 @@ pub struct ConnectorAuthentication {
|
||||
pub payone: Option<HeaderKey>,
|
||||
pub paypal: Option<BodyKey>,
|
||||
pub paystack: Option<HeaderKey>,
|
||||
pub paytm: Option<HeaderKey>,
|
||||
pub payu: Option<BodyKey>,
|
||||
pub phonepe: Option<HeaderKey>,
|
||||
pub placetopay: Option<BodyKey>,
|
||||
pub plaid: Option<BodyKey>,
|
||||
pub powertranz: Option<BodyKey>,
|
||||
|
||||
Reference in New Issue
Block a user