feat(pm_list): add required fields for eps (#3169)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
AkshayaFoiger
2024-01-08 16:57:54 +05:30
committed by GitHub
parent ac5349cd71
commit bfd8a5a31a
10 changed files with 46353 additions and 45291 deletions

View File

@ -1173,7 +1173,7 @@ pub enum BankRedirectData {
},
Eps {
/// The billing details for bank redirection
billing_details: BankRedirectBilling,
billing_details: Option<BankRedirectBilling>,
/// The hyperswitch bank code for eps
#[schema(value_type = BankNames, example = "triodos_bank")]