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:
chikke srujan
2023-08-01 10:51:26 +05:30
committed by GitHub
parent f1886595be
commit 208d619409
4 changed files with 3 additions and 16 deletions

View File

@ -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>),
}