mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(bank_redirects): modify api contract for sofort (#880)
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user