mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
fix(router): make x_merchant_domain as required value only for session call done on web (#6362)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -5504,8 +5504,8 @@ pub enum SamsungPayProtocolType {
|
||||
pub struct SamsungPayMerchantPaymentInformation {
|
||||
/// Merchant name, this will be displayed on the Samsung Pay screen
|
||||
pub name: String,
|
||||
/// Merchant domain that process payments
|
||||
pub url: String,
|
||||
/// Merchant domain that process payments, required for web payments
|
||||
pub url: Option<String>,
|
||||
/// Merchant country code
|
||||
#[schema(value_type = CountryAlpha2, example = "US")]
|
||||
pub country_code: api_enums::CountryAlpha2,
|
||||
|
||||
Reference in New Issue
Block a user