mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user