mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
refactor(router): add connector_transaction_id, send response body and use admin_api_auth_with_merchant_id for payments manual update flow (#5658)
This commit is contained in:
committed by
GitHub
parent
da5102efe2
commit
5be0c2bfd2
@ -473,6 +473,7 @@ pub enum PaymentAttemptUpdate {
|
||||
updated_by: String,
|
||||
unified_code: Option<String>,
|
||||
unified_message: Option<String>,
|
||||
connector_transaction_id: Option<String>,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user