Reduce complexity in ExpireOrderJob
Problem
A Code Climate report (attached here) has identified complexity problems in the ExpireOrderJob
class.
Proposal
Let's break up the perform
method in this class into logical parts to reduce cognitive complexity.
Edited by Tyler Amos