mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	feat: add docs for PaymentsRequest & PaymentsResponse (#385)
This commit is contained in:
		| @ -26,7 +26,7 @@ pub struct CreateMerchantAccount { | ||||
|     pub merchant_details: Option<MerchantDetails>, | ||||
|  | ||||
|     /// The URL to redirect after the completion of the operation | ||||
|     #[schema(max_length = 255, example = "www.example.com/success")] | ||||
|     #[schema(max_length = 255, example = "https://www.example.com/success")] | ||||
|     pub return_url: Option<String>, | ||||
|  | ||||
|     /// Webhook related details | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Nishant Joshi
					Nishant Joshi