Skip to content

Commit

Permalink
KAZOO-5851: Fix issue when removing service plans from account (2600h…
Browse files Browse the repository at this point in the history
  • Loading branch information
harenson authored and k-anderson committed Mar 14, 2018
1 parent f986df2 commit 59ff467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/crossbar/src/modules/cb_service_plans.erl
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ check_plan_ids(Context, ResellerId) ->

-spec check_plan_ids(cb_context:context(), kz_term:ne_binary(), kz_term:ne_binaries()) -> cb_context:context().
check_plan_ids(Context, _ResellerId, []) ->
Context;
cb_context:set_resp_status(Context, 'success');
check_plan_ids(Context, ResellerId, PlanIds) ->
lists:foldl(fun(PlanId, Ctxt) ->
case cb_context:resp_status(Ctxt) of
Expand Down

0 comments on commit 59ff467

Please sign in to comment.