Skip to content

Commit

Permalink
ledger: let the BPOINT_TEST setting be set from the environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
dbca-asi committed Dec 15, 2016
1 parent f7a10fe commit a15efd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
BPOINT_USERNAME=env('BPOINT_USERNAME')
BPOINT_PASSWORD=env('BPOINT_PASSWORD')
BPOINT_MERCHANT_NUM=env('BPOINT_MERCHANT_NUM')
BPOINT_TEST=True
BPOINT_TEST=env('BPOINT_TEST',True)
# Oscar settings
from oscar.defaults import *
OSCAR_ALLOW_ANON_CHECKOUT = True
Expand Down

0 comments on commit a15efd2

Please sign in to comment.