awesto / djangoshop-stripe

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

3 minor issues #7

Open racitup opened 7 years ago

racitup commented 7 years ago

Firstly in modifiers.py, commision_percentage has a typo and should be commission_percentage Secondly the modifier doesn't support the additional fixed charge (of 20p in the UK) Thirdly (and the most difficult to fix) the modifier doesn't deal with the different charge for European vs non-European cards: screen shot 2017-06-10 at 23 25 02

jrief commented 4 years ago

Even though this is an old issue, do you know where Stripe offers an endpoint to fetch these fees?