Add models for manual invoicing
Compare changes
+ 26
− 3
@@ -2,6 +2,7 @@ from django.conf import settings
@@ -10,6 +11,7 @@ from payments import PaymentStatus, PurchasedItem
@@ -60,6 +62,10 @@ class Invoice(BasePayment, PureDjangoModel):
@@ -77,10 +83,15 @@ class Invoice(BasePayment, PureDjangoModel):
@@ -89,7 +100,8 @@ class Invoice(BasePayment, PureDjangoModel):
@@ -125,3 +137,14 @@ class Invoice(BasePayment, PureDjangoModel):