Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: Eris
-
Fix Version/s: Eris
-
Component/s: None
-
Labels:None
-
Sprint:Sprint 5
Description
When we run campaign republisher for an end date it will list all the customer details info before it actually process the accounts. If any account doesn't contain active orders republisher will skip processing such orders. But in summary information no-active order details in missing.
Customers Found : 11
904395 [main] INFO c.a.r.campaign.CampaignRepublisher - ===============================================================
904395 [main] INFO c.a.r.campaign.CampaignRepublisher - Number of Order PROCESSED : 3
904395 [main] INFO c.a.r.campaign.CampaignRepublisher - Number of Order in ERROR : 5
904395 [main] INFO c.a.r.campaign.CampaignRepublisher - Number of Order in PROCESSING : 0
904395 [main] INFO c.a.r.campaign.CampaignRepublisher - Number of Order in IGNORED / EXCEPTION : 0
904395 [main] INFO c.a.r.campaign.CampaignRepublisher - ===============================================================
904395 [main] INFO c.a.r.campaign.CampaignRepublisher - Total Number of Merchant republished : 8
904395 [main] INFO c.a.r.campaign.CampaignRepublisher - ===============================================================
We should include the no-active orders count in the summary report so that both the above counts would match.