Skip to content
Snippets Groups Projects
Commit 47846c87 authored by Rich's avatar Rich
Browse files

Correct nesting in example Order.create

parent c268c44b
No related branches found
No related tags found
1 merge request!726Formatting improvements and add code comments on Order API + fix broken URL
...@@ -35,8 +35,8 @@ Call `Order.create` with a structure like the below. Note that we always create ...@@ -35,8 +35,8 @@ Call `Order.create` with a structure like the below. Note that we always create
"contribution_status_id": "Pending", "contribution_status_id": "Pending",
"line_items" : [ "line_items" : [
{ {
"params": { },
"line_item": [ "line_item": [
"params": { },
{ {
"qty": 1, "qty": 1,
"unit_price": 1.23, "unit_price": 1.23,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment