Skip to content

Commit

Permalink
Save mutated Subscriptions in CreateRecurrentOrdersJob (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Hanlin <[email protected]>
  • Loading branch information
adamhanlin and ahanlin authored Aug 3, 2021
1 parent 9bafc4b commit c0b11a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public async Task Process()
await _customerOrderService.SaveChangesAsync(new[] { newOrder });
}
}
await _subscriptionService.SaveSubscriptionsAsync(subscriptions);
}
}
}
Expand Down

0 comments on commit c0b11a5

Please sign in to comment.