.coveragerc
.editorconfig
.gitignore
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
manage.py
mypy.ini
requirements.txt
requirements_dev.txt
requirements_test.txt
runtests.py
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/workflows/main.yml
django_plans_payments.egg-info/PKG-INFO
django_plans_payments.egg-info/SOURCES.txt
django_plans_payments.egg-info/dependency_links.txt
django_plans_payments.egg-info/not-zip-safe
django_plans_payments.egg-info/requires.txt
django_plans_payments.egg-info/top_level.txt
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
plans_payments/__init__.py
plans_payments/admin.py
plans_payments/apps.py
plans_payments/models.py
plans_payments/urls.py
plans_payments/views.py
plans_payments/migrations/0001_initial.py
plans_payments/migrations/0002_payment_transaction_fee.py
plans_payments/migrations/0003_auto_20201006_0855.py
plans_payments/migrations/0004_payment_billing_phone.py
plans_payments/migrations/__init__.py
plans_payments/static/img/visa-logo.svg
plans_payments/templates/mail/renew_cvv_3ds_body.txt
plans_payments/templates/mail/renew_cvv_3ds_title.txt
plans_payments/templates/plans/order_detail.html
plans_payments/templates/plans_payments/failure.html
plans_payments/templates/plans_payments/payment.html
plans_payments/templates/plans_payments/payment_buttons.html
plans_payments/templates/plans_payments/success.html
plans_payments/templatetags/__init__.py
plans_payments/templatetags/payment_buttons.py
tests/__init__.py
tests/settings.py
tests/test_models.py
tests/test_views.py
tests/urls.py
tests/templates/base.html
tests/templates/registration/login.html