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

Commit 4bed8cb

Browse files
committed
Fixed indentation of README
1 parent 277304b commit 4bed8cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +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_id' => '', // required
364-
// ... attributes to update
363+
'entity_id' => '', // required
364+
// ... attributes to update
365365
];
366366
Magento::api('orders')->edit($body);
367367
```

0 commit comments

Comments
 (0)