mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
Refactor(core): make save_payment_method as post_update_tracker trait function (#4307)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -338,6 +338,10 @@ pub enum PaymentAttemptUpdate {
|
||||
error_message: Option<Option<String>>,
|
||||
updated_by: String,
|
||||
},
|
||||
PaymentMethodDetailsUpdate {
|
||||
payment_method_id: Option<String>,
|
||||
updated_by: String,
|
||||
},
|
||||
VoidUpdate {
|
||||
status: storage_enums::AttemptStatus,
|
||||
cancellation_reason: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user