mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
refactor(core): make the ppt token flow to accept optional mca_id (#5744)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -127,8 +127,6 @@ pub enum RecurringDetails {
|
||||
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize, ToSchema, PartialEq, Eq)]
|
||||
pub struct ProcessorPaymentToken {
|
||||
pub processor_payment_token: String,
|
||||
#[schema(value_type = Connector, example = "stripe")]
|
||||
pub connector: api_enums::Connector,
|
||||
#[schema(value_type = String)]
|
||||
pub merchant_connector_id: common_utils::id_type::MerchantConnectorAccountId,
|
||||
#[schema(value_type = Option<String>)]
|
||||
pub merchant_connector_id: Option<common_utils::id_type::MerchantConnectorAccountId>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user