diff --git a/docs/financial/orderAPI.md b/docs/financial/orderAPI.md
index 536379be5667ae8afa914f51e36e5e726756fe63..53dc35c8fe53b654f6ee520c9b8d39650d8c9015 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,