Skip to content

Commit

Permalink
feat: Introduce PDFKit
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree committed Dec 28, 2023
1 parent b3fb9f5 commit ca87381
Show file tree
Hide file tree
Showing 6 changed files with 528 additions and 59 deletions.
6 changes: 3 additions & 3 deletions lib/fixtures/gift-cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
},
{
"id": 9107,
"name": "$5 Gift Card from Evil Corp",
"name": "$50000 Gift Card from Evil Corp",
"uuid": "28e99b69-05a8-4ef3-8dbc-11c3a07736b5",
"batch": null,
"limitedToHostCollectiveIds": null,
"description": "$5 Gift Card from Evil Corp",
"initialBalance": 500,
"description": "$50000 Gift Card from Evil Corp",
"initialBalance": 50000e2,
"monthlyLimitPerMember": null,
"expiryDate": "Wed Apr 28 2021 00:00:00 GMT+0200 (GMT+02:00)",
"currency": "USD",
Expand Down
Loading

0 comments on commit ca87381

Please sign in to comment.