better docstring
This commit is contained in:
parent
e218c4c6ae
commit
7553df8014
|
@ -38,8 +38,7 @@ class CheckoutView(LoginRequiredMixin, DetailView):
|
||||||
|
|
||||||
class PaymentView(LoginRequiredMixin, FormView):
|
class PaymentView(LoginRequiredMixin, FormView):
|
||||||
"""
|
"""
|
||||||
One final chance to change payment method (in case another method failed),
|
Select payment method and goto payment
|
||||||
and a submit button to intiate payment with selected metod
|
|
||||||
"""
|
"""
|
||||||
template_name = 'shop/payment.html'
|
template_name = 'shop/payment.html'
|
||||||
form_class = PaymentMethodForm
|
form_class = PaymentMethodForm
|
||||||
|
|
Loading…
Reference in a new issue