refactor(db): migrate to payment_attempt from connector_response (#2656)

This commit is contained in:
Abhishek Marrivagu
2023-10-31 00:04:53 +05:30
committed by GitHub
parent 8984627d1c
commit 9d9fc2a8c5
9 changed files with 259 additions and 30 deletions

View File

@ -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,
}
}