mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(router): add payments manual-update api (#5045)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2e1167acbc
commit
ed021c1d99
@ -446,6 +446,8 @@ pub enum Flow {
|
||||
ToggleConnectorAgnosticMit,
|
||||
/// Get the extended card info associated to a payment_id
|
||||
GetExtendedCardInfo,
|
||||
/// Manually update the payment details like status, error code, error message etc.
|
||||
PaymentsManualUpdate,
|
||||
}
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user