4

/**
* Refund Test Assert
* If this block makes it into production
* I made it as a developer
**/
for(var sub : subscriptions)
if(sub.hasEnded()) refundCustomer(sub.Id);

Comments
  • 1
    Just ensure nobody overrides the refundCustomer piece
Add Comment