mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +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)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
#[serde(rename_all(deserialize = "camelCase"))]
|
||||
pub struct ApplePaySessionResponse {
|
||||
/// Timestamp at which session is requested
|
||||
pub epoch_timestamp: u64,
|
||||
|
||||
Reference in New Issue
Block a user