Bug 317464

Summary: Bodega server get stacked when you are trying to add a new credit card.
Product: [Applications] bodega Reporter: Antonis Tsiapaliokas <antonis.tsiapaliokas>
Component: ServerAssignee: Giorgos Tsiapaliokas <giorgos.tsiapaliokas>
Status: RESOLVED NOT A BUG    
Severity: normal CC: active, giorgos.tsiapaliokas
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
URL: http://localhost:3000/bodega/v1/json/participant/changeAccountDetails?card[number]=424242424242&card[exp_month]=12&card[exp_year]=2016&card[cvc]=123&card[name]=antonis
Latest Commit: Version Fixed In:

Description Antonis Tsiapaliokas 2013-03-27 19:38:33 UTC
After the http request, the bodega server gets stacked. It doesn't return anything back.
No json, no error, nothing... It just tries to load the page until the browser kills it.

Reproducible: Always

Steps to Reproduce:
1. log in into the bodega-server
2. go to the above url

Actual Results:  
bodega server gets stacked

Expected Results:  
it should return json data with the result (if the credit card is fine or not)
Comment 1 Giorgos Tsiapaliokas 2013-03-28 12:55:56 UTC
I will work on this one