mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(connector): Stripe revolut pay wallet integration (#8066)
This commit is contained in:
@ -161,6 +161,7 @@ fn get_dir_value_payment_method(
|
||||
api_enums::PaymentMethodType::DirectCarrierBilling => {
|
||||
Ok(dirval!(MobilePaymentType = DirectCarrierBilling))
|
||||
}
|
||||
api_enums::PaymentMethodType::RevolutPay => Ok(dirval!(WalletType = RevolutPay)),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user