paypal-adaptive-hoops-0.5.3.0: Client for a limited part of PayPal's Adaptive Payments API

Safe HaskellNone
LanguageHaskell2010

Web.PayPal.Adaptive.Internal

Synopsis

Documentation

parseErrId :: Value -> Parser Int Source

Exported by Web.PayPal.Adaptive.Internal

ppDecode :: FromJSON a => Response ByteString -> Either AdaptiveErr a Source

Exported by Web.PayPal.Adaptive.Internal

ppPost :: ToJSON a => PpClient -> Text -> a -> IO (Either AdaptiveErr (Response ByteString)) Source

Exported by Web.PayPal.Adaptive.Internal

requestEnvelope :: Value Source

Exported by Web.PayPal.Adaptive.Internal

"en_US" is hardcoded because it's the only supported error language.