mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	feat(stripe): eps, giropay and ideal using stripe (#529)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
This commit is contained in:
		| @ -139,7 +139,7 @@ impl PaymentsRequestData for types::PaymentsAuthorizeRouterData { | ||||
|     } | ||||
|     fn get_card(&self) -> Result<api::Card, Error> { | ||||
|         match self.request.payment_method_data.clone() { | ||||
|             api::PaymentMethod::Card(card) => Ok(card), | ||||
|             api::PaymentMethodData::Card(card) => Ok(card), | ||||
|             _ => Err(missing_field_err("card")()), | ||||
|         } | ||||
|     } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Narayan Bhat
					Narayan Bhat