blender-studio/subscriptions
Anna Sirota dd367f1476 Stripe checkout (#104411)
The goal of this change is the following:

* make Stripe a default payment gateway:
	* for newly created subscriptions;
	* for paying for existing orders;
    * for changing payment method on existing subscriptions;

Reviewed-on: #104411
Reviewed-by: Oleg-Komarov <oleg-komarov@noreply.localhost>
2024-06-17 18:08:39 +02:00
..
management/commands Commands: remove old PayPal-related utilities 2022-11-07 19:42:22 +01:00
migrations Stripe checkout (#104411) 2024-06-17 18:08:39 +02:00
static/subscriptions [T92834] Team subscriptions and plans 2021-12-02 15:50:28 +01:00
templates Stripe checkout (#104411) 2024-06-17 18:08:39 +02:00
templatetags Stripe checkout (#104411) 2024-06-17 18:08:39 +02:00
tests Stripe checkout (#104411) 2024-06-17 18:08:39 +02:00
views Stripe checkout (#104411) 2024-06-17 18:08:39 +02:00
__init__.py Subscriptions and payments, initial setup T84408 2021-05-26 10:32:38 +02:00
admin.py Teams: plan levels, descriptions and a new landing page 2024-01-05 15:50:51 +01:00
apps.py Subscriptions and payments, initial setup T84408 2021-05-26 10:32:38 +02:00
common_email_domains.txt [T92834] Team subscriptions and plans 2021-12-02 15:50:28 +01:00
form_fields.py Billing address form should clean whitespaces from VAT numbers 2021-07-05 15:54:01 +02:00
form_widgets.py Billing address form should clean whitespaces from VAT numbers 2021-07-05 15:54:01 +02:00
forms.py Stripe checkout (#104411) 2024-06-17 18:08:39 +02:00
middleware.py Fixed a typo 2021-10-27 15:57:46 +02:00
models.py Stripe checkout (#104411) 2024-06-17 18:08:39 +02:00
queries.py Stripe checkout (#104411) 2024-06-17 18:08:39 +02:00
signals.py Stripe checkout (#104411) 2024-06-17 18:08:39 +02:00
tasks.py Stripe checkout (#104411) 2024-06-17 18:08:39 +02:00
urls.py Stripe checkout (#104411) 2024-06-17 18:08:39 +02:00
validators.py Team subscription: include subdomains of the team email domain 2022-09-23 16:35:10 +02:00