mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
feat(access_token): support creating access token for connectors (#407)
This commit is contained in:
@ -80,6 +80,7 @@ pub async fn construct_refund_router_data<'a, F>(
|
||||
connector_refund_id: refund.connector_refund_id.clone().unwrap_or_default(),
|
||||
refund_status: refund.refund_status,
|
||||
}),
|
||||
access_token: None,
|
||||
};
|
||||
|
||||
Ok(router_data)
|
||||
|
||||
Reference in New Issue
Block a user