mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(router): Add payment link support (#2105)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in> Co-authored-by: Kashif <46213975+kashif-m@users.noreply.github.com> Co-authored-by: Kashif <mohammed.kashif@juspay.in> Co-authored-by: Bernard Eugine <114725419+bernard-eugine@users.noreply.github.com>
This commit is contained in:
@ -195,6 +195,10 @@ pub enum Flow {
|
||||
RetrieveDisputeEvidence,
|
||||
/// Invalidate cache flow
|
||||
CacheInvalidate,
|
||||
/// Payment Link Retrieve flow
|
||||
PaymentLinkRetrieve,
|
||||
/// payment Link Initiate flow
|
||||
PaymentLinkInitiate,
|
||||
/// Create a business profile
|
||||
BusinessProfileCreate,
|
||||
/// Update a business profile
|
||||
|
||||
Reference in New Issue
Block a user