Added better fundraising routes, methods, and models! I thought I already did this...

This commit is contained in:
Scott Idem
2022-11-18 15:52:41 -05:00
parent 1d40f41651
commit 5ebb725532
9 changed files with 407 additions and 40 deletions

View File

@@ -41,7 +41,7 @@ def load_account_cfg_obj(
log.error(e.json())
if inc_fundraising_cfg:
if fundraising_cfg_dict := load_fundraising_cfg_obj(
if fundraising_cfg_dict := load_fundraising_cfg_obj_old(
account_id = account_id,
model_as_dict = model_as_dict,
):