mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
Refactor(refunds_v2): Refactor api event metric for refunds v2 apis (#8041)
This commit is contained in:
@ -29,7 +29,7 @@ pub enum ApiEventsType {
|
||||
},
|
||||
#[cfg(feature = "v2")]
|
||||
Refund {
|
||||
payment_id: id_type::GlobalPaymentId,
|
||||
payment_id: Option<id_type::GlobalPaymentId>,
|
||||
refund_id: id_type::GlobalRefundId,
|
||||
},
|
||||
#[cfg(feature = "v1")]
|
||||
|
||||
Reference in New Issue
Block a user