Add Thalia Pay payment methods to admin and user frontend
Compare changes
Files
26
+970 B (+6%)
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Closes #930 (closed) #933 (closed) #934 (closed)
TPAY payments are added to the model, options are added to the admin to select Thalia Pay as payment type (only if user has it enabled) and buttons are added to the frontend for pizzas and event registrations.
NOTE: THALIA_PAY_ENABLED_PAYMENT_METHOD
in /concrexit/website/thaliawebsite/settings/settings.py
should be set to True
for the payment method to appear for users.
NOTE: The API still needs changes to make this work on the ThaliApp!