Skip to content

Commit f9fc117

Browse files
committed
Ali pay redirect
1 parent b7378a7 commit f9fc117

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -750,9 +750,6 @@ impl TryFrom<&MultisafepayRouterData<&types::PaymentsAuthorizeRouterData>>
750750
WalletData::AliPayRedirect(_) => {
751751
Some(GatewayInfo::Wallet(WalletInfo::Alipay(AlipayInfo {})))
752752
}
753-
WalletData::AliPayRedirect(_) => {
754-
Some(GatewayInfo::Wallet(WalletInfo::Alipay(AlipayInfo {})))
755-
}
756753
WalletData::PaypalRedirect(_) => None,
757754
WalletData::WeChatPayRedirect(_) => {
758755
Some(GatewayInfo::Wallet(WalletInfo::WeChatPay(WeChatPayInfo {})))

0 commit comments

Comments
 (0)