acstech / corkboard

Marketplace
2 stars 0 forks source link

Price conversion bug #69

Closed SBarber95 closed 7 years ago

SBarber95 commented 7 years ago

For numbers with commas ($1,000.00) etc., the parse in the back-end fails.

jasonmoore30 commented 7 years ago

I think a simple change from strings.split to strings.Trim will solve this, I'll check it out sometime today

SBarber95 commented 7 years ago

👍