mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat: api contract change for wallet (#628)
This commit is contained in:
committed by
GitHub
parent
060c54193e
commit
ff86417eee
@ -427,7 +427,6 @@ pub enum PaymentMethod {
|
||||
Card,
|
||||
PayLater,
|
||||
Wallet,
|
||||
BankRedirect,
|
||||
}
|
||||
|
||||
#[derive(
|
||||
@ -627,6 +626,7 @@ pub enum SupportedWallets {
|
||||
strum::Display,
|
||||
strum::EnumString,
|
||||
frunk::LabelledGeneric,
|
||||
ToSchema,
|
||||
)]
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
|
||||
Reference in New Issue
Block a user