mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
feat(router): add connector_response_reference_id in payments response (#1664)
This commit is contained in:
committed by
GitHub
parent
73f91a5eee
commit
a3ea5dc09c
@ -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>,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user