Use (Transaction|LazyValue).get_json() instead of logjson.logjson_to_json() and ...
authorNick Downing <nick@ndcode.org>
Sun, 23 Jan 2022 01:31:05 +0000 (12:31 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 23 Jan 2022 02:21:59 +0000 (13:21 +1100)
commit46eb202c5f4b808ea8aa9e3e918832a0c20be471
tree0fd1acc0e8ea18c8f93bee2a0c3344bebc9472d2
parent3f0994be9d56f5e4c1fb0e3f2b4886a55197e05b
Use (Transaction|LazyValue).get_json() instead of logjson.logjson_to_json() and (Transaction|LazyValue).set_json() instead of Transaction.json_to_logjson()
28 files changed:
_lib/session_cookie.jst
api/account/change_details/get.json.jst
api/account/change_details/get_draft.json.jst
api/account/change_details/set.json.jst
api/account/change_details/set_draft.json.jst
api/account/change_password.json.jst
api/account/password_reset.json.jst
api/account/sign_in.json.jst
api/account/sign_out.json.jst
api/account/sign_up/create_account.json.jst
api/account/sign_up/get_draft.json.jst
api/account/sign_up/send_email_verification_link.json.jst
api/account/sign_up/set_draft.json.jst
api/account/sign_up/verify_email.json.jst
api/account/verify_password.json.jst
api/contact/get_draft.json.jst
api/contact/send_enquiry.json.jst
api/contact/set_draft.json.jst
api/feedback.json.jst
api/globals/get.json.jst
api/globals/set.json.jst
api/verification_image.png.jst
contact/index.html.jst
my_account/index.html.jst
my_account/send_verification_email/index.html.jst
my_account/sign_up/index.html.jst
my_account/verify_email/index.html.jst
my_account/verify_password/index.html.jst