mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(router): add refunds manual-update api (#5094)
This commit is contained in:
committed by
GitHub
parent
618ec41aff
commit
9bc780151c
@ -143,7 +143,8 @@ impl From<Flow> for ApiIdentifier {
|
||||
| Flow::RefundsRetrieveForceSync
|
||||
| Flow::RefundsUpdate
|
||||
| Flow::RefundsList
|
||||
| Flow::RefundsFilters => Self::Refunds,
|
||||
| Flow::RefundsFilters
|
||||
| Flow::RefundsManualUpdate => Self::Refunds,
|
||||
|
||||
Flow::FrmFulfillment
|
||||
| Flow::IncomingWebhookReceive
|
||||
|
||||
Reference in New Issue
Block a user