paypal subscriptions - stub
authorJan Szejko <janek37@gmail.com>
Wed, 4 Jul 2018 14:28:35 +0000 (16:28 +0200)
committerJan Szejko <janek37@gmail.com>
Wed, 4 Jul 2018 14:28:35 +0000 (16:28 +0200)
commit468c2e650c854ffa691afc73aa1f41ce61283cdb
tree23e346f73a7b2a9d20fba920b34db3b793abf37a
parent10b367c03d1e3a8ad6e365b02a7234bfd640e3f6
paypal subscriptions - stub
19 files changed:
requirements/requirements.txt
src/paypal/__init__.py [new file with mode: 0644]
src/paypal/forms.py [new file with mode: 0644]
src/paypal/migrations/0001_initial.py [new file with mode: 0644]
src/paypal/migrations/0002_billingagreement_token.py [new file with mode: 0644]
src/paypal/migrations/__init__.py [new file with mode: 0644]
src/paypal/models.py [new file with mode: 0644]
src/paypal/nvp_soap.py [new file with mode: 0644]
src/paypal/rest.py [new file with mode: 0644]
src/paypal/templates/paypal/cancel.html [new file with mode: 0644]
src/paypal/templates/paypal/error.html [new file with mode: 0644]
src/paypal/templates/paypal/error_page.html [new file with mode: 0644]
src/paypal/templates/paypal/form.html [new file with mode: 0644]
src/paypal/templates/paypal/return.html [new file with mode: 0644]
src/paypal/urls.py [new file with mode: 0644]
src/paypal/views.py [new file with mode: 0644]
src/wolnelektury/settings/__init__.py
src/wolnelektury/settings/contrib.py
src/wolnelektury/urls.py