mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(connector): [BLUECODE] Added Bluecode Wallet QR Code Redirect Payment Method (#8762)
Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8ac5e50422
commit
c749bd9c51
@ -40,6 +40,7 @@ fn get_dir_value_payment_method(
|
||||
Ok(dirval!(PayLaterType = AfterpayClearpay))
|
||||
}
|
||||
api_enums::PaymentMethodType::GooglePay => Ok(dirval!(WalletType = GooglePay)),
|
||||
api_enums::PaymentMethodType::Bluecode => Ok(dirval!(WalletType = Bluecode)),
|
||||
api_enums::PaymentMethodType::ApplePay => Ok(dirval!(WalletType = ApplePay)),
|
||||
api_enums::PaymentMethodType::Paypal => Ok(dirval!(WalletType = Paypal)),
|
||||
api_enums::PaymentMethodType::CryptoCurrency => Ok(dirval!(CryptoType = CryptoCurrency)),
|
||||
|
||||
@ -148,6 +148,7 @@ impl IntoDirValue for (api_enums::PaymentMethodType, api_enums::PaymentMethod) {
|
||||
Ok(dirval!(PayLaterType = AfterpayClearpay))
|
||||
}
|
||||
api_enums::PaymentMethodType::GooglePay => Ok(dirval!(WalletType = GooglePay)),
|
||||
api_enums::PaymentMethodType::Bluecode => Ok(dirval!(WalletType = Bluecode)),
|
||||
api_enums::PaymentMethodType::ApplePay => Ok(dirval!(WalletType = ApplePay)),
|
||||
api_enums::PaymentMethodType::Paypal => Ok(dirval!(WalletType = Paypal)),
|
||||
api_enums::PaymentMethodType::CryptoCurrency => {
|
||||
|
||||
Reference in New Issue
Block a user