do not import pay->auth

Try to keep common things in the "uncloud" module
This commit is contained in:
Nico Schottelius 2020-12-06 11:53:37 +01:00
commit 0fd5ac18cd
3 changed files with 8 additions and 16 deletions

View file

@ -1,8 +1 @@
import decimal
# Define DecimalField properties, used to represent amounts of money.
AMOUNT_MAX_DIGITS=10
AMOUNT_DECIMALS=2
decimal.getcontext().prec = AMOUNT_DECIMALS