Skip to content

Commit b1a5d58

Browse files
Anurag SinghAnurag Singh
authored andcommitted
fix clippy error
1 parent 39d5f11 commit b1a5d58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@ impl TryFrom<&BarclaycardRouterData<&PaymentsAuthorizeRouterData>> for Barclayca
557557
| WalletData::SwishQr(_)
558558
| WalletData::Paysera(_)
559559
| WalletData::Skrill(_)
560+
| WalletData::BluecodeRedirect {}
560561
| WalletData::Mifinity(_) => Err(errors::ConnectorError::NotImplemented(
561562
utils::get_unimplemented_payment_method_error_message("Barclaycard"),
562563
)

0 commit comments

Comments
 (0)