Skip to content

Commit

Permalink
[FEATURE] Update attestation template PDF (PIX-13825) (#10377)
Browse files Browse the repository at this point in the history
  • Loading branch information
La-toile-cosmique authored Oct 22, 2024
1 parent 186ba5f commit 0a29a6b
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ describe('Integration | Infrastructure | Serializers | Pdf | PdfWithForm', funct
const template = `${__dirname}/template.pdf`;
const data = new Map();
data.set('fullName', 'Nom complet');
data.set('date', '12/02/21');

// when
const buffer = await serialize(template, data, new Date('2024-10-01'));
Expand Down
Binary file not shown.

0 comments on commit 0a29a6b

Please sign in to comment.