From 47846c874ec8f872458603cc2acb45e127f34c7d Mon Sep 17 00:00:00 2001
From: Rich Lott / Artful Robot <forums@artfulrobot.uk>
Date: Tue, 29 Oct 2019 10:11:21 +0000
Subject: [PATCH] Correct nesting in example Order.create

---
 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 536379be..53dc35c8 100644
--- a/docs/financial/orderAPI.md
+++ b/docs/financial/orderAPI.md
@@ -35,8 +35,8 @@ Call `Order.create` with a structure like the below. Note that we always create
   "contribution_status_id": "Pending",
   "line_items" : [
     {
+      "params": { },
       "line_item": [
-        "params": { },
         {
           "qty": 1,
           "unit_price": 1.23,
-- 
GitLab