refactor(core): updated payments response with payment_method_id & payment_method_status (#3883)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Prajjwal Kumar
2024-03-11 13:04:34 +05:30
committed by GitHub
parent 614182ae4c
commit 7391416e24
42 changed files with 277 additions and 65 deletions

View File

@ -109,6 +109,7 @@ pub async fn construct_webhook_router_data<'a>(
quote_id: None,
test_mode: None,
payment_method_balance: None,
payment_method_status: None,
connector_api_version: None,
connector_http_status_code: None,
external_latency: None,