mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
refactor(core): remove connector response table and use payment_attempt instead (#2644)
This commit is contained in:
committed by
GitHub
parent
e67e808d70
commit
966369b6f2
@ -286,6 +286,8 @@ pub enum PaymentAttemptUpdate {
|
||||
connector_response_reference_id: Option<String>,
|
||||
amount_capturable: Option<i64>,
|
||||
updated_by: String,
|
||||
authentication_data: Option<serde_json::Value>,
|
||||
encoded_data: Option<String>,
|
||||
},
|
||||
UnresolvedResponseUpdate {
|
||||
status: storage_enums::AttemptStatus,
|
||||
|
||||
Reference in New Issue
Block a user