payment_status
payment_status.invalid_question_answer
- Attribute: lsserver.core.localizations.keys.PAYMENT_STATUS_INVALID_QUESTION_ANSWER
- Fields: question_text, invalid_answer, options
- Example Message: Question “%(question_text)s” with options [%(options)s] does not have option “%(invalid_answer)s”.
- Doc: Question “None” with options [None] does not have option “None”.
payment_status.invalid_question_code
- Attribute: lsserver.core.localizations.keys.PAYMENT_STATUS_INVALID_QUESTION_CODE
- Fields: answer, question_text, question_code
- Example Message: Invalid question code [%(question_code)s] when answering question “%(question_text)s with answer “%(answer)s”
- Doc: Invalid question code [None] when answering question “None with answer “None”
payment_status.payment_state_error
- Attribute: lsserver.core.localizations.keys.PAYMENT_STATUS_PAYMENT_STATE_ERROR
- Fields: payment_state, payment_action
- Example Message: Couldn’t [%(payment_action)s] due to the payment’s state being [%(payment_state)s].
- Doc: Couldn’t [None] due to the payment’s state being [None].