PayU payments working.
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 16 Apr 2019 14:49:33 +0000 (16:49 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 16 Apr 2019 14:49:33 +0000 (16:49 +0200)
commitca336bd1f9658cf713681d1412d4153e5c4d9c93
treee05d6cf71bde62a21f4a8d506eb59d689494c26e
parent48a8d1d73adefae7f0c58015494ce956d7cd70df
PayU payments working.
28 files changed:
src/club/admin.py
src/club/forms.py
src/club/helpers.py
src/club/migrations/0002_auto_20190416_1024.py [new file with mode: 0644]
src/club/migrations/0003_remove_payuorder_amount.py [new file with mode: 0644]
src/club/migrations/0004_payucardtoken_pos_id.py [new file with mode: 0644]
src/club/migrations/0005_auto_20190416_1052.py [new file with mode: 0644]
src/club/migrations/0006_auto_20190416_1236.py [new file with mode: 0644]
src/club/migrations/0007_auto_20190416_1625.py [new file with mode: 0644]
src/club/models.py
src/club/payment_methods.py
src/club/payu/__init__.py [new file with mode: 0644]
src/club/payu/forms.py [new file with mode: 0644]
src/club/payu/models.py [new file with mode: 0644]
src/club/payu/pos.py [new file with mode: 0644]
src/club/payu/tests/__init__.py [new file with mode: 0644]
src/club/payu/tests/integration.py [new file with mode: 0644]
src/club/payu/tests/res/first_response_3ds.json [new file with mode: 0644]
src/club/payu/tests/res/first_response_success.json [new file with mode: 0644]
src/club/payu/tests/tests.py [new file with mode: 0644]
src/club/payu/views.py [new file with mode: 0644]
src/club/templates/club/dummy_payment.html
src/club/templates/club/membership_form.html
src/club/templates/payu/rec_payment.html [new file with mode: 0644]
src/club/urls.py
src/club/views.py
src/social/migrations/0008_auto_20190403_1510.py [new file with mode: 0644]
src/wolnelektury/settings/custom.py