feat(router): add list payment link support (#2805)

Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kashif <46213975+kashif-m@users.noreply.github.com>
Co-authored-by: Kashif <kashif@protonmail.com>
Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com>
This commit is contained in:
Sahkal Poddar
2023-11-22 15:37:01 +05:30
committed by GitHub
parent 037e310aab
commit b441a1f2f9
23 changed files with 330 additions and 44 deletions

View File

@ -132,9 +132,12 @@ impl From<Flow> for ApiIdentifier {
| Flow::BusinessProfileDelete
| Flow::BusinessProfileList => Self::Business,
Flow::PaymentLinkRetrieve | Flow::PaymentLinkInitiate | Flow::PaymentLinkList => {
Self::PaymentLink
}
Flow::Verification => Self::Verification,
Flow::PaymentLinkInitiate | Flow::PaymentLinkRetrieve => Self::PaymentLink,
Flow::RustLockerMigration => Self::RustLockerMigration,
Flow::GsmRuleCreate
| Flow::GsmRuleRetrieve