fix import
This commit is contained in:
parent
0e3fe85dfe
commit
e0c3be498b
|
@ -23,7 +23,7 @@ from shop.models import (
|
||||||
EpayCallback,
|
EpayCallback,
|
||||||
)
|
)
|
||||||
from .forms import AddToOrderForm
|
from .forms import AddToOrderForm
|
||||||
from epay.utils import calculate_epay_hash
|
from .utils import calculate_epay_hash
|
||||||
|
|
||||||
|
|
||||||
class EnsureUserOwnsOrderMixin(SingleObjectMixin):
|
class EnsureUserOwnsOrderMixin(SingleObjectMixin):
|
||||||
|
|
Loading…
Reference in a new issue