mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	refactor: separate DB queries and HTML creation for payout links (#4967)
Signed-off-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-C02FC60MMD6M.local> Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com> Signed-off-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-G961M60MK7.local> Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com> Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-C02FC60MMD6M.local> Co-authored-by: Srujan chikke <chikke.srujan@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-G961M60MK7.local>
This commit is contained in:
		| @ -216,6 +216,7 @@ pub async fn update_merchant_active_algorithm_ref( | ||||
|         payout_routing_algorithm: None, | ||||
|         default_profile: None, | ||||
|         payment_link_config: None, | ||||
|         pm_collect_link_config: None, | ||||
|     }; | ||||
|  | ||||
|     db.update_specific_fields_in_merchant( | ||||
| @ -280,6 +281,7 @@ pub async fn update_business_profile_active_algorithm_ref( | ||||
|         payment_link_config: None, | ||||
|         session_expiry: None, | ||||
|         authentication_connector_details: None, | ||||
|         payout_link_config: None, | ||||
|         extended_card_info_config: None, | ||||
|         use_billing_as_payment_method_billing: None, | ||||
|         collect_shipping_details_from_wallet_connector: None, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user