feat(routes): add the validation API in payments route (#61)

This commit is contained in:
Nishant Joshi
2022-12-08 20:06:46 +05:30
committed by GitHub
parent 0f2afe8c62
commit bbe3bd862e
14 changed files with 288 additions and 94 deletions

View File

@ -37,7 +37,7 @@ async fn payments_incoming_webhook_flow(
payments::CallConnectorAction::Trigger
};
let payments_response = payments::payments_core::<api::PSync, _, _, _>(
let payments_response = payments::payments_core::<api::PSync, api::PaymentsResponse, _, _, _>(
&state,
merchant_account.clone(),
payments::operations::PaymentStatus,