mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
feat(core): create surcharge_metadata field in payment attempt (#2371)
This commit is contained in:
@ -2864,6 +2864,7 @@ impl AttemptType {
|
||||
multiple_capture_count: None,
|
||||
connector_response_reference_id: None,
|
||||
amount_capturable: old_payment_attempt.amount,
|
||||
surcharge_metadata: old_payment_attempt.surcharge_metadata,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user