feat(router): add connector_response_reference_id in payments response (#1664)

This commit is contained in:
Sai Harsha Vardhan
2023-07-13 12:04:37 +05:30
committed by GitHub
parent 73f91a5eee
commit a3ea5dc09c
56 changed files with 140 additions and 2 deletions

View File

@ -430,6 +430,8 @@ diesel::table! {
preprocessing_step_id -> Nullable<Varchar>,
mandate_details -> Nullable<Jsonb>,
error_reason -> Nullable<Text>,
#[max_length = 128]
connector_response_reference_id -> Nullable<Varchar>,
}
}