Skip to content

Commit

Permalink
refactor(connector): formatfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hangsaai committed Oct 24, 2023
1 parent 950c5af commit 994539d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/router/src/connector/worldline/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ impl
| api::PaymentMethodData::Upi(_)
| api::PaymentMethodData::Voucher(_)
| api::PaymentMethodData::GiftCard(_) => Err(errors::ConnectorError::NotImplemented(
utils::get_unimplemented_payment_method_error_message("worldline"),))?,
};
utils::get_unimplemented_payment_method_error_message("worldline"),
))?,
};

let customer =
Expand Down

0 comments on commit 994539d

Please sign in to comment.