Charge in $USD

This commit is contained in:
Christopher Neugebauer 2017-10-02 21:58:51 -07:00
parent c1b6a542e3
commit 23e523d78c

View file

@ -306,7 +306,7 @@ ATTENDEE_PROFILE_MODEL = "pinaxcon.registrasion.models.AttendeeProfile"
TICKET_PRODUCT_CATEGORY = 1 TICKET_PRODUCT_CATEGORY = 1
INVOICE_CURRENCY = "AUD" INVOICE_CURRENCY = "USD"
# Use nose to run all tests # Use nose to run all tests
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner' TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'