Skip to content

Commit

Permalink
feat: remove hard-coded invoice template IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaDiotallevi committed Sep 2, 2024
1 parent 34f5401 commit f0e66bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ project/boot/
project/plugins/project/
metals.sbt
.sc
.metals
2 changes: 1 addition & 1 deletion src/main/scala/com/gu/invoicing/pdf/Model.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Model extends JsonSupport {
AccountId: String,
Body: String, /* Base64 encoded PDF */
)
case class BasicInfo(IdentityId__c: String, invoiceTemplateId: String)
case class BasicInfo(IdentityId__c: String)
case class BillingAndPayment(currency: String)
case class SoldToContact(country: String)
case class Account(
Expand Down

0 comments on commit f0e66bd

Please sign in to comment.