Update locale settings
This commit is contained in:
parent
14246afd19
commit
edd8c30023
@ -57,7 +57,7 @@ from .cart import CartItem, Cart
|
|||||||
from .payments import CaptureOrder
|
from .payments import CaptureOrder
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
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
|
stripe.api_key = settings.STRIPE_API_KEY
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user