mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	feat: add merchant_name field in the response body (#1280)
				
					
				
			Co-authored-by: Prajjwal Kumar <prajjwal.kumar@juspay.in> Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
This commit is contained in:
		| @ -1110,6 +1110,7 @@ pub async fn list_payment_methods( | ||||
|         .unwrap_or(Ok(services::ApplicationResponse::Json( | ||||
|             api::PaymentMethodListResponse { | ||||
|                 redirect_url: merchant_account.return_url, | ||||
|                 merchant_name: merchant_account.merchant_name, | ||||
|                 payment_methods: payment_method_responses, | ||||
|                 mandate_payment: payment_attempt | ||||
|                     .and_then(|inner| inner.mandate_details) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Amisha Prabhat
					Amisha Prabhat