mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +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:
		| @ -105,6 +105,7 @@ impl PaymentIntentInterface for MockDb { | ||||
|             attempt_count: new.attempt_count, | ||||
|             profile_id: new.profile_id, | ||||
|             merchant_decision: new.merchant_decision, | ||||
|             payment_link_id: new.payment_link_id, | ||||
|             payment_confirm_source: new.payment_confirm_source, | ||||
|         }; | ||||
|         payment_intents.push(payment_intent.clone()); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sahkal Poddar
					Sahkal Poddar