Skip to content

Commit

Permalink
Merge branch 'relay/api-contract' of https://github.com/juspay/hypers…
Browse files Browse the repository at this point in the history
…witch into relay/api-contract
  • Loading branch information
ShankarSinghC committed Dec 19, 2024
2 parents 9a55135 + 3ce44bb commit 6c7414f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/api_models/src/relay.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
pub use common_utils::types::MinorUnit;
use serde::{Deserialize, Serialize};
use utoipa::ToSchema;

use crate::enums;

pub use common_utils::types::MinorUnit;

#[derive(Debug, ToSchema, Clone, Deserialize, Serialize)]
pub struct RelayRequest {
/// The identifier that is associated to a resource at the connector to which the relay request is being made
Expand Down

0 comments on commit 6c7414f

Please sign in to comment.