Example #1
0
def update_folder(account_id, category_id, args):
    old_name = args['old_name']
    remote_update_folder(account_id, category_id, old_name)
Example #2
0
def update_folder(crispin_client, account_id, category_id, args):
    old_name = args['old_name']
    remote_update_folder(crispin_client, account_id, category_id, old_name)
Example #3
0
def update_folder(crispin_client, account_id, category_id, args):
    old_name = args["old_name"]
    new_name = args["new_name"]
    remote_update_folder(crispin_client, account_id, category_id, old_name,
                         new_name)
Example #4
0
def update_folder(crispin_client, account_id, category_id, args):
    old_name = args['old_name']
    new_name = args['new_name']
    remote_update_folder(crispin_client, account_id, category_id,
                         old_name, new_name)
Example #5
0
def update_folder(account_id, category_id, args):
    old_name = args['old_name']
    remote_update_folder(account_id, category_id, old_name)