Commit ea03f03d by Renzo Lucioni

Refrain from loading post_checkout signal unnecessarily in payment views

parent 493a2148
...@@ -23,7 +23,6 @@ Basket = get_model('basket', 'Basket') ...@@ -23,7 +23,6 @@ Basket = get_model('basket', 'Basket')
BillingAddress = get_model('order', 'BillingAddress') BillingAddress = get_model('order', 'BillingAddress')
Country = get_model('address', 'Country') Country = get_model('address', 'Country')
OrderTotalCalculator = get_class('checkout.calculators', 'OrderTotalCalculator') OrderTotalCalculator = get_class('checkout.calculators', 'OrderTotalCalculator')
post_checkout = get_class('checkout.signals', 'post_checkout')
class CybersourceNotifyView(EdxOrderPlacementMixin, View): class CybersourceNotifyView(EdxOrderPlacementMixin, View):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment