fix(router): rename management_url to management_u_r_l in the apple pay session response (#6945)

This commit is contained in:
Shankar Singh C
2024-12-27 11:49:55 +05:30
committed by GitHub
parent d19c1a1963
commit cb12e3da1c
4 changed files with 6 additions and 6 deletions

View File

@ -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)]