feat: api contract change for wallet (#628)

This commit is contained in:
Sangamesh Kulkarni
2023-02-27 17:38:40 +05:30
committed by GitHub
parent 060c54193e
commit ff86417eee
20 changed files with 1176 additions and 477 deletions

View File

@ -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")]