You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 1234567891011 |
- from oscar.apps.checkout import app
-
- from apps.checkout import views
-
-
- class CheckoutApplication(app.CheckoutApplication):
- # Replace the payment details view with our own
- payment_details_view = views.PaymentDetailsView
-
-
- application = CheckoutApplication()
|