awesto / djangoshop-stripe

Stripe Payment Provider Integration for django-shop
MIT License
12 stars 9 forks source link

Localization problem #4

Closed rfleschenberg closed 7 years ago

rfleschenberg commented 7 years ago

When trying to post the stripe form, I run into this error:

The 'exp_year' parameter should be an integer (instead, is 2,017).

We should tell Django not to localize that value.

jrief commented 7 years ago

Isn't that implemented as select box?

rfleschenberg commented 7 years ago

Yes, but the option value may get localized, so you end up with 2,017 instead of 2017 (see the related PR).