Skip to content
Snippets Groups Projects
Commit b46a6133 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

yea, that's the badger

parent df1499f8
No related branches found
No related tags found
1 merge request!39CORS headers on Stripe charge API responses
......@@ -166,6 +166,7 @@ charge d key (Charges token voucher amount currency) = do
if v == voucher
then
do
-- TODO Handle payForVoucher errors
liftIO $ payForVoucher d voucher
return Ok
else
......
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