diff options
author | Félix Sipma <felix.sipma@no-log.org> | 2018-02-16 16:26:59 +0100 |
---|---|---|
committer | Félix Sipma <felix.sipma@no-log.org> | 2018-02-16 16:26:59 +0100 |
commit | 6540c36d87d26c024fa453576aceb1f755f76ded (patch) | |
tree | 50d454c205fb820ff86cc0340a35f1011b3c1577 /src/Shop/Types.hs | |
parent | 0f91cabd1e0bc04e632cf1c258a77ada12fef673 (diff) |
add TODOs
Diffstat (limited to 'src/Shop/Types.hs')
-rw-r--r-- | src/Shop/Types.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Shop/Types.hs b/src/Shop/Types.hs index c2ddaa5..81980b5 100644 --- a/src/Shop/Types.hs +++ b/src/Shop/Types.hs @@ -14,8 +14,10 @@ import Servant.API data ChargeResponse = ChargeResponse { chargeid :: Text + -- ^ TODO: generate id (uuid)? , chargeamount :: Text } + -- ^ TODO: add email, date deriving (Show, Read, Generic, Eq) instance ToJSON ChargeResponse |