Fix #571 -- Partial payments and refunds

This commit is contained in:
Raphael Michel
2018-08-06 12:24:36 +02:00
parent 8e7af49206
commit 18a378976b
115 changed files with 6026 additions and 1598 deletions
-1
View File
@@ -12,7 +12,6 @@ pytest-django
isort
pytest-mock==1.4.*
pytest-rerunfailures==4.*
pytest-warnings
pytest-cache
pytest-sugar
responses
+1 -1
View File
@@ -35,7 +35,7 @@ django-i18nfield>=1.2.1
django-hijack==2.1.*
django-oauth-toolkit==1.1.*
# Stripe
stripe==1.79.*
stripe==2.0.*
# PayPal
paypalrestsdk==1.12.*
pycparser==2.13 # https://github.com/eliben/pycparser/issues/147