mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
docs: request and response for payments route (#400)
This commit is contained in:
committed by
GitHub
parent
2ff76f2549
commit
8113a57f84
@ -559,7 +559,8 @@ pub enum RoutableConnectors {
|
||||
Worldpay,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Deserialize, serde::Serialize, Clone)]
|
||||
/// Wallets which support obtaining session object
|
||||
#[derive(Debug, serde::Deserialize, serde::Serialize, Clone, ToSchema)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum SupportedWallets {
|
||||
Paypal,
|
||||
|
||||
Reference in New Issue
Block a user