refactor(open_banking): Refactored to consume and use headers from SDK (#5884)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sarthak Soni
2024-09-20 21:21:17 +05:30
committed by GitHub
parent c0cac8d913
commit d9270ace8d
44 changed files with 250 additions and 58 deletions

View File

@ -120,6 +120,8 @@ pub async fn construct_webhook_router_data<'a>(
dispute_id: None,
connector_response: None,
integrity_check: Ok(()),
additional_merchant_data: None,
header_payload: None,
};
Ok(router_data)
}