Update locale settings

This commit is contained in:
Nathan Chapman 2022-12-30 12:58:43 -07:00
parent 14246afd19
commit edd8c30023

View File

@ -57,7 +57,7 @@ from .cart import CartItem, Cart
from .payments import CaptureOrder
logger = logging.getLogger(__name__)
locale.setlocale(locale.LC_ALL, '')
locale.setlocale(locale.LC_ALL, 'en_CA.UTF-8')
stripe.api_key = settings.STRIPE_API_KEY