Skip to content

Commit

Permalink
update advance example file
Browse files Browse the repository at this point in the history
  • Loading branch information
dinoperovic committed Sep 18, 2024
1 parent 3c68c06 commit 73dc799
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/shop/payment/advance.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
from django.urls import reverse

from salesman.checkout.payment import PaymentMethod
from shop.models import Order
from salesman.core.utils import get_salesman_model

Order = get_salesman_model("Order")


class PayInAdvance(PaymentMethod):
Expand Down

0 comments on commit 73dc799

Please sign in to comment.