mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	fix(applepay): rename applepay_session_response to lowercase (#1090)
This commit is contained in:
		| @ -1585,7 +1585,7 @@ pub struct ApplepaySessionTokenResponse { | |||||||
| } | } | ||||||
|  |  | ||||||
| #[derive(Debug, Clone, serde::Serialize, ToSchema, serde::Deserialize)] | #[derive(Debug, Clone, serde::Serialize, ToSchema, serde::Deserialize)] | ||||||
| #[serde(rename_all = "camelCase")] | #[serde(rename_all(deserialize = "camelCase"))] | ||||||
| pub struct ApplePaySessionResponse { | pub struct ApplePaySessionResponse { | ||||||
|     /// Timestamp at which session is requested |     /// Timestamp at which session is requested | ||||||
|     pub epoch_timestamp: u64, |     pub epoch_timestamp: u64, | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user