Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.

Commit 462e714

Browse files
committed
paid_to_date is a top-level field
1 parent 9bf64c8 commit 462e714

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

source/includes/customers/_projects.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@
2323
"commission_date": "2018-07-16",
2424
"estimated_install_on": "2018-08-01",
2525
"budget": null,
26-
"paid_to_date": {
27-
"cents": 500,
28-
"currency_iso": "USD"
29-
},
26+
"paid_to_date": "5.00",
3027
"stage": "lost",
3128
"contract_number": "101",
3229
"labor_tax": "0.1",
@@ -144,10 +141,7 @@ query | Filter by project name, custom_id, city, clients company name, clients f
144141
"commission_date": "2018-07-16",
145142
"estimated_install_on": "2018-08-01",
146143
"budget": null,
147-
"paid_to_date": {
148-
"cents": 500,
149-
"currency_iso": "USD"
150-
},
144+
"paid_to_date": "5.00",
151145
"stage": "lost",
152146
"contract_number": "101",
153147
"labor_tax": "0.1",

0 commit comments

Comments
 (0)