missing import
This commit is contained in:
parent
f934cbf0aa
commit
ffedb8327d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue