Skip to content

Commit

Permalink
Add asset_id to FiatBuyRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Aug 4, 2023
1 parent 2b57604 commit 71fa291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions primitives/src/fiat_quote_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use serde::{Serialize, Deserialize};
#[typeshare()]
#[serde(rename_all = "camelCase")]
pub struct FiatBuyRequest {
pub asset_id: String,
#[typeshare(skip)]
pub ip_address: String,
pub fiat_currency: String,
Expand Down

0 comments on commit 71fa291

Please sign in to comment.