Skip to content

Commit

Permalink
backend/fix: make create order resp fields optional
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-bodavskiy authored and hkmangla committed Jun 29, 2023
1 parent 5a1f39a commit c33a063
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ data PaymentLinks = PaymentLinks
deriving anyclass (FromJSON, ToJSON, ToSchema)

data SDKPayload = SDKPayload
{ requestId :: Text,
service :: Text,
{ requestId :: Maybe Text,
service :: Maybe Text,
payload :: SDKPayloadDetails
}
deriving stock (Show, Eq, Generic)
Expand Down

0 comments on commit c33a063

Please sign in to comment.