feat(core): [Stripe] add bank debits payment method to stripe (#906)

This commit is contained in:
Narayan Bhat
2023-04-21 13:49:20 +05:30
committed by GitHub
parent c1a25b30bd
commit f624eb52d6
8 changed files with 345 additions and 43 deletions

View File

@ -409,11 +409,14 @@ pub enum PaymentExperience {
#[serde(rename_all = "snake_case")]
#[strum(serialize_all = "snake_case")]
pub enum PaymentMethodType {
Ach,
Affirm,
AfterpayClearpay,
AliPay,
ApplePay,
Bacs,
BancontactCard,
Becs,
Blik,
Credit,
CryptoCurrency,
@ -432,6 +435,7 @@ pub enum PaymentMethodType {
PayBright,
Paypal,
Przelewy24,
Sepa,
Sofort,
Swish,
Trustly,
@ -463,6 +467,7 @@ pub enum PaymentMethod {
Wallet,
BankRedirect,
Crypto,
BankDebit,
}
#[derive(