mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(router): make the billing country for apple pay as optional field (#3188)
This commit is contained in:
@ -3004,7 +3004,7 @@ pub struct SecretInfoToInitiateSdk {
|
||||
pub struct ApplePayPaymentRequest {
|
||||
/// The code for country
|
||||
#[schema(value_type = CountryAlpha2, example = "US")]
|
||||
pub country_code: api_enums::CountryAlpha2,
|
||||
pub country_code: Option<api_enums::CountryAlpha2>,
|
||||
/// The code for currency
|
||||
#[schema(value_type = Currency, example = "USD")]
|
||||
pub currency_code: api_enums::Currency,
|
||||
|
||||
Reference in New Issue
Block a user