diff --git a/lib/mobility-core/src/Kernel/External/Payment/Juspay/Types/CreateOrder.hs b/lib/mobility-core/src/Kernel/External/Payment/Juspay/Types/CreateOrder.hs index cac28e934..df78f56d0 100644 --- a/lib/mobility-core/src/Kernel/External/Payment/Juspay/Types/CreateOrder.hs +++ b/lib/mobility-core/src/Kernel/External/Payment/Juspay/Types/CreateOrder.hs @@ -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)