feat(bank_redirects): modify api contract for sofort (#880)

This commit is contained in:
Prasunna Soppa
2023-04-17 23:58:09 +05:30
committed by GitHub
parent 456c16fb72
commit fc2e4514a3
3 changed files with 5 additions and 0 deletions

View File

@ -520,6 +520,9 @@ pub enum BankRedirectData {
bank_name: api_enums::BankNames,
},
Sofort {
/// The billing details for bank redirection
billing_details: BankRedirectBilling,
/// The country for bank payment
#[schema(value_type = Country, example = "US")]
country: api_enums::CountryCode,