Stripe checkout #104411

Merged
Anna Sirota merged 61 commits from stripe into main 2024-06-17 18:08:41 +02:00
2 changed files with 0 additions and 5 deletions
Showing only changes of commit df77bc616f - Show all commits

View File

@ -249,7 +249,6 @@ Symbol | Description
│   ├── 🔴 bank_transfer_details.txt │   ├── 🔴 bank_transfer_details.txt
│   ├── 🔴 bank_transfer_reference.txt │   ├── 🔴 bank_transfer_reference.txt
│   ├── 🟢 billing_address_form.html │   ├── 🟢 billing_address_form.html
│   ├── 🟢 billing_address_form_readonly.html
│   ├── 🟢 current_plan_variation.html │   ├── 🟢 current_plan_variation.html
│   ├── 🟢 footer.html │   ├── 🟢 footer.html
│   ├── ❌ header_jumbotron.html │   ├── ❌ header_jumbotron.html
@ -265,11 +264,8 @@ Symbol | Description
│   └── 🟢 total.html │   └── 🟢 total.html
├── join ├── join
│   ├── 🟢 billing_address.html │   ├── 🟢 billing_address.html
│   ├── 🟢 payment_method.html
│   └── ⚪ select_plan_variation.html │   └── ⚪ select_plan_variation.html
├── 🟢 manage.html ├── 🟢 manage.html
├── 🟢 pay_existing_order.html
├── 🟢 payment_method_change.html
└── widgets └── widgets
└── ⚪ region_select.html └── ⚪ region_select.html
``` ```

View File

@ -80,7 +80,6 @@ class PayExistingOrderView(looper.views.checkout_stripe.CheckoutExistingOrderVie
# Redirect to LOGIN_URL instead of raising an exception # Redirect to LOGIN_URL instead of raising an exception
raise_exception = False raise_exception = False
template_name = 'subscriptions/pay_existing_order.html'
def get_cancel_url(self): def get_cancel_url(self):
"""Return to this subscription's manage page.""" """Return to this subscription's manage page."""