diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index af65cdef5ab0e87693e3ae9d6dd640d8f4c2284a..e6c6db77237bcc9e7c5d77d02d9260af92ae0c0b 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -306,7 +306,7 @@ ATTENDEE_PROFILE_MODEL = "pinaxcon.registrasion.models.AttendeeProfile" TICKET_PRODUCT_CATEGORY = 1 -INVOICE_CURRENCY = "AUD" +INVOICE_CURRENCY = "USD" # Use nose to run all tests TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'