From 95f0b5dbce23e41a63138bd2414b6fdd0dd2f3b2 Mon Sep 17 00:00:00 2001 From: Rich Lott <artfulrobot@users.noreply.github.com> Date: Fri, 11 Oct 2019 12:05:11 +0200 Subject: [PATCH] Update docs/financial/OrderAPI.md Co-Authored-By: Mikey O'Toole <mikey@mjco.uk> --- docs/financial/OrderAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/financial/OrderAPI.md b/docs/financial/OrderAPI.md index 1ec4d553..e83e24dd 100644 --- a/docs/financial/OrderAPI.md +++ b/docs/financial/OrderAPI.md @@ -37,7 +37,7 @@ Call `Order.create` with a structure like the below. Note that we always create "qty": 1, "unit_price": 1.23, "line_total": 1.23, - "price_field_id" : 1, + "price_field_id": 1, } ] } -- GitLab