mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
refactor(core): add connector mandate id in payments_response based on merchant config (#5999)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -4217,6 +4217,9 @@ pub struct PaymentsResponse {
|
||||
pub merchant_order_reference_id: Option<String>,
|
||||
/// order tax amount calculated by tax connectors
|
||||
pub order_tax_amount: Option<MinorUnit>,
|
||||
|
||||
/// Connector Identifier for the payment method
|
||||
pub connector_mandate_id: Option<String>,
|
||||
}
|
||||
|
||||
/// Fee information to be charged on the payment being collected
|
||||
|
||||
Reference in New Issue
Block a user