We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c929da commit 06f4d1fCopy full SHA for 06f4d1f
thebook/settings.py
@@ -270,7 +270,7 @@
270
"OPENPIX_API_BASE_URL", default="https://api.openpix.com.br"
271
)
272
OPENPIX_APP_ID = config("OPENPIX_APP_ID", default="")
273
-OPENPIX_PLAN = "PERCENTUAL"
+OPENPIX_PLAN = config("OPENPIX_PLAN", default="PERCENTUAL")
274
275
BANK_FEE_CATEGORY_NAME = "Tarifas Bancárias"
276
0 commit comments