mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
refactor(core): use profile id to find connector (#2020)
This commit is contained in:
@ -1866,11 +1866,11 @@ pub struct PaymentsResponse {
|
||||
pub connector_label: Option<String>,
|
||||
|
||||
/// The business country of merchant for this payment
|
||||
#[schema(value_type = CountryAlpha2, example = "US")]
|
||||
pub business_country: api_enums::CountryAlpha2,
|
||||
#[schema(value_type = Option<CountryAlpha2>, example = "US")]
|
||||
pub business_country: Option<api_enums::CountryAlpha2>,
|
||||
|
||||
/// The business label of merchant for this payment
|
||||
pub business_label: String,
|
||||
pub business_label: Option<String>,
|
||||
|
||||
/// The business_sub_label for this payment
|
||||
pub business_sub_label: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user