Skip to content

Commit

Permalink
temp change to RegenerateReceiptPdf
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-cialini committed Dec 7, 2023
1 parent b084042 commit 1413c8d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ public class RegenerateReceiptPdf {
private final Logger logger = LoggerFactory.getLogger(RegenerateReceiptPdf.class);
private final BizEventCosmosClient bizEventCosmosClient;
private final ReceiptCosmosClient receiptCosmosClient;

private final GenerateReceiptPdfService generateReceiptPdfService;

public RegenerateReceiptPdf(){
this.receiptCosmosClient = ReceiptCosmosClientImpl.getInstance();
this.bizEventCosmosClient = BizEventCosmosClientImpl.getInstance();
this.receiptCosmosClient = ReceiptCosmosClientImpl.getInstance();
this.generateReceiptPdfService = new GenerateReceiptPdfServiceImpl();
}

Expand Down

0 comments on commit 1413c8d

Please sign in to comment.