missing import

This commit is contained in:
Thomas Steen Rasmussen 2016-05-17 08:15:14 +02:00
parent f934cbf0aa
commit ffedb8327d

View file

@ -21,6 +21,7 @@ from shop.models import (
OrderProductRelation,
ProductCategory,
EpayCallback,
EpayPayment,
)
from .forms import AddToOrderForm
from .epay import calculate_epay_hash, validate_epay_callback