feat(router): add mandate connector to payment data (#1392)

This commit is contained in:
ItsMeShashank
2023-06-08 20:32:13 +05:30
committed by GitHub
parent 0575b26b4f
commit 7933e98c8c
12 changed files with 49 additions and 21 deletions

View File

@ -998,6 +998,7 @@ where
pub connector_response: storage::ConnectorResponse,
pub amount: api::Amount,
pub mandate_id: Option<api_models::payments::MandateIds>,
pub mandate_connector: Option<String>,
pub currency: storage_enums::Currency,
pub setup_mandate: Option<api::MandateData>,
pub address: PaymentAddress,