Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 277304b

Browse files
committed
Updated readme for order edit
1 parent a6160ef commit 277304b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,10 +360,8 @@ Magento::api('orders')->show($orderId);
360360
Updates an order specified by the entity id within the $body:
361361
```php
362362
$body = [
363-
'entity' => [
364363
'entity_id' => '', // required
365364
// ... attributes to update
366-
]
367365
];
368366
Magento::api('orders')->edit($body);
369367
```

0 commit comments

Comments
 (0)