CASH_REGISTER_AUTH_CONF
Field
Type
Max Length
Description
Last updated
Was this helpful?
Type: object Default: {"username": "<CASHREGISTER_USERNAME>", "password": "<CASHREGISTER_PASSWORD>"} Description: Authentication credentials used to communicate with the cash register payment service.
username
string
64
Service authentication username
password
string
64
Service authentication password
Default values are read from the CASHREGISTER_USERNAME and CASHREGISTER_PASSWORD Django settings at startup. This setting allows the credentials to be updated at runtime without a code deployment.
Last updated
Was this helpful?
Was this helpful?

