Skip to content
Snippets Groups Projects
Commit e752c851 authored by Ramakrishnan Muthukrishnan's avatar Ramakrishnan Muthukrishnan
Browse files

import only the required stuff (than global imports that polute namespaces)

parent cd937b64
No related branches found
No related tags found
1 merge request!30Expose a browser facing API for charge
......@@ -62,17 +62,16 @@ import Web.Stripe.Types
, Currency
)
import Web.Stripe.Error
( StripeError(..)
( StripeError(StripeError)
)
import Web.Stripe.Charge
( createCharge
, chargeId
, Amount(..)
, TokenId(..)
, Amount(Amount)
, TokenId(TokenId)
)
import Web.Stripe.Client
( StripeConfig(..)
, StripeKey(..)
( StripeConfig(StripeConfig)
, StripeKey(StripeKey)
)
import Web.Stripe
( stripe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment