mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(payment_methods): Client secret implementation in payment method… (#4134)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -90,7 +90,7 @@ impl ApiEventMetric for PaymentMethodResponse {
|
||||
fn get_api_event_type(&self) -> Option<ApiEventsType> {
|
||||
Some(ApiEventsType::PaymentMethod {
|
||||
payment_method_id: self.payment_method_id.clone(),
|
||||
payment_method: Some(self.payment_method),
|
||||
payment_method: self.payment_method,
|
||||
payment_method_type: self.payment_method_type,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user