mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat: add payout service (#1665)
Co-authored-by: Kashif <mohammed.kashif@juspay.in> Co-authored-by: Manoj Ghorela <manoj.ghorela@juspay.in> Co-authored-by: Manoj Ghorela <118727120+manoj-juspay@users.noreply.github.com>
This commit is contained in:
@ -2057,6 +2057,7 @@ pub async fn insert_merchant_connector_creds_to_config(
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub enum MerchantConnectorAccountType {
|
||||
DbVal(domain::MerchantConnectorAccount),
|
||||
CacheVal(api_models::admin::MerchantConnectorDetails),
|
||||
@ -2187,6 +2188,10 @@ pub fn router_data_type_conversion<F1, F2, Req1, Req2, Res1, Res2>(
|
||||
preprocessing_id: router_data.preprocessing_id,
|
||||
recurring_mandate_payment_data: router_data.recurring_mandate_payment_data,
|
||||
connector_request_reference_id: router_data.connector_request_reference_id,
|
||||
#[cfg(feature = "payouts")]
|
||||
payout_method_data: None,
|
||||
#[cfg(feature = "payouts")]
|
||||
quote_id: None,
|
||||
test_mode: router_data.test_mode,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user