We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7378a7 commit f9fc117Copy full SHA for f9fc117
crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs
@@ -750,9 +750,6 @@ impl TryFrom<&MultisafepayRouterData<&types::PaymentsAuthorizeRouterData>>
750
WalletData::AliPayRedirect(_) => {
751
Some(GatewayInfo::Wallet(WalletInfo::Alipay(AlipayInfo {})))
752
}
753
- WalletData::AliPayRedirect(_) => {
754
- Some(GatewayInfo::Wallet(WalletInfo::Alipay(AlipayInfo {})))
755
- }
756
WalletData::PaypalRedirect(_) => None,
757
WalletData::WeChatPayRedirect(_) => {
758
Some(GatewayInfo::Wallet(WalletInfo::WeChatPay(WeChatPayInfo {})))
0 commit comments