mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
fix(connector): [Stripe] change payment_method name Wechatpay to wechatpayqr (#1813)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
This commit is contained in:
@ -1030,8 +1030,6 @@ pub enum WalletData {
|
||||
TouchNGoRedirect(Box<TouchNGoRedirection>),
|
||||
/// The wallet data for WeChat Pay Redirection
|
||||
WeChatPayRedirect(Box<WeChatPayRedirection>),
|
||||
/// The wallet data for WeChat Pay
|
||||
WeChatPay(Box<WeChatPay>),
|
||||
/// The wallet data for WeChat Pay Display QrCode
|
||||
WeChatPayQr(Box<WeChatPayQr>),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user