Set locale to us
This commit is contained in:
parent
edd8c30023
commit
d497f21380
@ -57,7 +57,7 @@ from .cart import CartItem, Cart
|
||||
from .payments import CaptureOrder
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
locale.setlocale(locale.LC_ALL, 'en_CA.UTF-8')
|
||||
locale.setlocale(locale.LC_ALL, 'en_US.UTF-8')
|
||||
stripe.api_key = settings.STRIPE_API_KEY
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user