feat(router): add connector_transaction_id in error_response from connector flows (#2972)

This commit is contained in:
Sai Harsha Vardhan
2023-11-24 12:33:30 +05:30
committed by GitHub
parent 5cc829a11f
commit 3322103f5c
77 changed files with 153 additions and 0 deletions

View File

@ -1325,6 +1325,7 @@ impl DataModelExt for PaymentAttemptUpdate {
updated_by,
unified_code,
unified_message,
connector_transaction_id,
} => DieselPaymentAttemptUpdate::ErrorUpdate {
connector,
status,
@ -1337,6 +1338,7 @@ impl DataModelExt for PaymentAttemptUpdate {
updated_by,
unified_code,
unified_message,
connector_transaction_id,
},
Self::CaptureUpdate {
multiple_capture_count,
@ -1588,6 +1590,7 @@ impl DataModelExt for PaymentAttemptUpdate {
updated_by,
unified_code,
unified_message,
connector_transaction_id,
} => Self::ErrorUpdate {
connector,
status,
@ -1600,6 +1603,7 @@ impl DataModelExt for PaymentAttemptUpdate {
tax_amount,
unified_code,
unified_message,
connector_transaction_id,
},
DieselPaymentAttemptUpdate::CaptureUpdate {
amount_to_capture,