feat(connector): [Paybox] Add mandates Flow for Paybox (#6378)

This commit is contained in:
awasthi21
2024-10-30 21:32:59 +05:30
committed by GitHub
parent c514608594
commit 37513e0f1e
55 changed files with 728 additions and 152 deletions

View File

@ -122,6 +122,7 @@ pub async fn construct_webhook_router_data<'a>(
integrity_check: Ok(()),
additional_merchant_data: None,
header_payload: None,
connector_mandate_request_reference_id: None,
};
Ok(router_data)
}