mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	refactor(payment_id): add payment id domain type (#5738)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -179,7 +179,7 @@ pub async fn create_new_authentication( | ||||
|     authentication_connector: String, | ||||
|     token: String, | ||||
|     profile_id: common_utils::id_type::ProfileId, | ||||
|     payment_id: Option<String>, | ||||
|     payment_id: Option<common_utils::id_type::PaymentId>, | ||||
|     merchant_connector_id: common_utils::id_type::MerchantConnectorAccountId, | ||||
| ) -> RouterResult<storage::Authentication> { | ||||
|     let authentication_id = | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Narayan Bhat
					Narayan Bhat