mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(payment_link): add provision for secured payment links (#5357)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
@ -290,6 +290,8 @@ pub enum Flow {
|
||||
PaymentLinkRetrieve,
|
||||
/// payment Link Initiate flow
|
||||
PaymentLinkInitiate,
|
||||
/// payment Link Initiate flow
|
||||
PaymentSecureLinkInitiate,
|
||||
/// Payment Link List flow
|
||||
PaymentLinkList,
|
||||
/// Payment Link Status
|
||||
|
||||
Reference in New Issue
Block a user