diff options
Diffstat (limited to 'postgresqleu/settings.py')
-rw-r--r-- | postgresqleu/settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/postgresqleu/settings.py b/postgresqleu/settings.py index 26ce67cf..7ef1d9b0 100644 --- a/postgresqleu/settings.py +++ b/postgresqleu/settings.py @@ -136,8 +136,8 @@ MEMBERSHIP_COUNTRY_VALIDATOR = None # Invoice module # -------------- -INVOICE_PDF_BUILDER = 'postgresqleu.util.misc.pgeuinvoice.BaseInvoice' -REFUND_PDF_BUILDER = 'postgresqleu.util.misc.pgeuinvoice.BaseRefund' +INVOICE_PDF_BUILDER = 'postgresqleu.util.misc.baseinvoice.BaseInvoice' +REFUND_PDF_BUILDER = 'postgresqleu.util.misc.baseinvoice.BaseRefund' # Paypal sandbox configuration PAYPAL_BASEURL = 'https://www.paypal.com/cgi-bin/webscr' |