mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +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:
		| @ -71,6 +71,7 @@ pub enum GenericLinksData { | ||||
|     PayoutLink(GenericLinkFormData), | ||||
|     PayoutLinkStatus(GenericLinkStatusData), | ||||
|     PaymentMethodCollectStatus(GenericLinkStatusData), | ||||
|     SecurePaymentLink(PaymentLinkFormData), | ||||
| } | ||||
|  | ||||
| impl Display for GenericLinksData { | ||||
| @ -84,6 +85,7 @@ impl Display for GenericLinksData { | ||||
|                 Self::PayoutLink(_) => "PayoutLink", | ||||
|                 Self::PayoutLinkStatus(_) => "PayoutLinkStatus", | ||||
|                 Self::PaymentMethodCollectStatus(_) => "PaymentMethodCollectStatus", | ||||
|                 Self::SecurePaymentLink(_) => "SecurePaymentLink", | ||||
|             } | ||||
|         ) | ||||
|     } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Kashif
					Kashif