mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
fix: added created at and modified at keys in PaymentAttemptResponse (#5412)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1053,6 +1053,8 @@ impl ForeignFrom<storage::PaymentAttempt> for payments::PaymentAttemptResponse {
|
||||
connector_transaction_id: payment_attempt.connector_transaction_id,
|
||||
capture_method: payment_attempt.capture_method,
|
||||
authentication_type: payment_attempt.authentication_type,
|
||||
created_at: payment_attempt.created_at,
|
||||
modified_at: payment_attempt.modified_at,
|
||||
cancellation_reason: payment_attempt.cancellation_reason,
|
||||
mandate_id: payment_attempt.mandate_id,
|
||||
error_code: payment_attempt.error_code,
|
||||
|
||||
Reference in New Issue
Block a user