aboutsummaryrefslogtreecommitdiffstats
path: root/print.go
diff options
context:
space:
mode:
Diffstat (limited to 'print.go')
-rw-r--r--print.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.go b/print.go
index 930950c..8157eb0 100644
--- a/print.go
+++ b/print.go
@@ -83,7 +83,7 @@ type PrintJob struct {
// developer or shop owner, not the end customer.
Contact EmailAddress `json:"contact_email"`
- Cost PrintJobCost `json:"costs"`
+ Cost Cost `json:"costs"`
Created time.Time `json:"date_created"`
Modified time.Time `json:"date_modified"`