Skip to content

Commit

Permalink
chore: handle open api spec
Browse files Browse the repository at this point in the history
  • Loading branch information
SamraatBansal committed May 27, 2024
1 parent f670bd0 commit a7b8b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/api_models/src/payments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3039,7 +3039,7 @@ pub enum QrCodeInformation {
},
}

#[derive(Clone, Debug, serde::Serialize, serde::Deserialize, Eq, PartialEq)]
#[derive(Clone, Debug, serde::Serialize, serde::Deserialize, Eq, PartialEq, ToSchema)]
#[serde(rename_all = "snake_case")]
pub struct SdkNextActionData {
pub next_action: NextActionCall,
Expand Down

0 comments on commit a7b8b67

Please sign in to comment.