Stripe checkout #104411
@ -249,7 +249,6 @@ Symbol | Description
|
||||
│ ├── 🔴 bank_transfer_details.txt
|
||||
│ ├── 🔴 bank_transfer_reference.txt
|
||||
│ ├── 🟢 billing_address_form.html
|
||||
│ ├── 🟢 billing_address_form_readonly.html
|
||||
│ ├── 🟢 current_plan_variation.html
|
||||
│ ├── 🟢 footer.html
|
||||
│ ├── ❌ header_jumbotron.html
|
||||
@ -265,11 +264,8 @@ Symbol | Description
|
||||
│ └── 🟢 total.html
|
||||
├── join
|
||||
│ ├── 🟢 billing_address.html
|
||||
│ ├── 🟢 payment_method.html
|
||||
│ └── ⚪ select_plan_variation.html
|
||||
├── 🟢 manage.html
|
||||
├── 🟢 pay_existing_order.html
|
||||
├── 🟢 payment_method_change.html
|
||||
└── widgets
|
||||
└── ⚪ region_select.html
|
||||
```
|
||||
|
@ -80,7 +80,6 @@ class PayExistingOrderView(looper.views.checkout_stripe.CheckoutExistingOrderVie
|
||||
|
||||
# Redirect to LOGIN_URL instead of raising an exception
|
||||
raise_exception = False
|
||||
template_name = 'subscriptions/pay_existing_order.html'
|
||||
|
||||
def get_cancel_url(self):
|
||||
"""Return to this subscription's manage page."""
|
||||
|
Loading…
Reference in New Issue
Block a user