mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
refactor(db): migrate to payment_attempt from connector_response (#2656)
This commit is contained in:
committed by
GitHub
parent
8984627d1c
commit
9d9fc2a8c5
@ -2933,6 +2933,8 @@ impl AttemptType {
|
||||
connector_response_reference_id: None,
|
||||
amount_capturable: old_payment_attempt.amount,
|
||||
updated_by: storage_scheme.to_string(),
|
||||
authentication_data: None,
|
||||
encoded_data: None,
|
||||
merchant_connector_id: None,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user