mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
Refactor(core): remove payment_method_id from RouterData struct (#4485)
This commit is contained in:
@ -83,7 +83,6 @@ pub async fn construct_webhook_router_data<'a>(
|
||||
connector_auth_type: auth_type,
|
||||
description: None,
|
||||
return_url: None,
|
||||
payment_method_id: None,
|
||||
address: PaymentAddress::default(),
|
||||
auth_type: diesel_models::enums::AuthenticationType::default(),
|
||||
connector_meta_data: None,
|
||||
|
||||
Reference in New Issue
Block a user