mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat(core): added multiple payment_attempt support for payment_intent (#439)
Co-authored-by: Nishant Joshi <nishant.joshi@juspay.in>
This commit is contained in:
@ -880,7 +880,7 @@ impl<F, T>
|
||||
.transaction_id
|
||||
.map_or(response.order_id, Some) // For paypal there will be no transaction_id, only order_id will be present
|
||||
.map(types::ResponseId::ConnectorTransactionId)
|
||||
.ok_or_else(|| errors::ConnectorError::MissingConnectorTransactionID)?,
|
||||
.ok_or(errors::ConnectorError::MissingConnectorTransactionID)?,
|
||||
redirection_data,
|
||||
mandate_reference: None,
|
||||
// we don't need to save session token for capture, void flow so ignoring if it is not present
|
||||
|
||||
Reference in New Issue
Block a user