From 23e523d78c10b02906d93dfa356257fdeaa18a27 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Mon, 2 Oct 2017 21:58:51 -0700 Subject: [PATCH] Charge in $USD --- pinaxcon/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index af65cde..e6c6db7 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'