mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	refactor(fix): [DLocal] Fix bug in DLocal (#1423)
Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
This commit is contained in:
		| @ -249,7 +249,7 @@ impl PaymentsAuthorizeRequestData for types::PaymentsAuthorizeData { | ||||
|     fn get_router_return_url(&self) -> Result<String, Error> { | ||||
|         self.router_return_url | ||||
|             .clone() | ||||
|             .ok_or_else(missing_field_err("webhook_url")) | ||||
|             .ok_or_else(missing_field_err("return_url")) | ||||
|     } | ||||
|     fn is_wallet(&self) -> bool { | ||||
|         matches!(self.payment_method_data, api::PaymentMethodData::Wallet(_)) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 AkshayaFoiger
					AkshayaFoiger