mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
fix(router): rename management_url to management_u_r_l in the apple pay session response (#6945)
This commit is contained in:
@ -6295,7 +6295,7 @@ pub struct ApplePayRecurringPaymentRequest {
|
||||
pub billing_agreement: Option<String>,
|
||||
/// A URL to a web page where the user can update or delete the payment method for the recurring payment
|
||||
#[schema(value_type = String, example = "https://hyperswitch.io")]
|
||||
pub management_url: common_utils::types::Url,
|
||||
pub management_u_r_l: common_utils::types::Url,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Eq, PartialEq, serde::Deserialize, serde::Serialize, ToSchema)]
|
||||
|
||||
Reference in New Issue
Block a user