feat(router): add refunds manual-update api (#5094)

This commit is contained in:
Sai Harsha Vardhan
2024-07-02 18:40:23 +05:30
committed by GitHub
parent 618ec41aff
commit 9bc780151c
8 changed files with 142 additions and 4 deletions

View File

@ -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