mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat(router): add refunds manual-update api (#5094)
This commit is contained in:
committed by
GitHub
parent
618ec41aff
commit
9bc780151c
@ -452,6 +452,8 @@ pub enum Flow {
|
||||
ToggleConnectorAgnosticMit,
|
||||
/// Get the extended card info associated to a payment_id
|
||||
GetExtendedCardInfo,
|
||||
/// Manually update the refund details like status, error code, error message etc.
|
||||
RefundsManualUpdate,
|
||||
/// Manually update the payment details like status, error code, error message etc.
|
||||
PaymentsManualUpdate,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user