Skip to content

Commit

Permalink
fix: temp support for ach gocardless with existing api contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjunKarthik committed Sep 29, 2023
1 parent 70088ed commit 594e1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/router/src/connector/gocardless/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ impl TryFrom<&BankDebitData> for CustomerBankAccount {
card_holder_name
.clone()
.ok_or_else(utils::missing_field_err(
"payment_method_data.bank_debit.ach_bank_debit.card_holder_name",
))?;
"payment_method_data.bank_debit.ach_bank_debit.card_holder_name",
))?;
let us_bank_account = USBankAccount {
country_code: CountryAlpha2::US,
account_number: account_number.clone(),
Expand Down

0 comments on commit 594e1fe

Please sign in to comment.