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

Commit fcda929

Browse files
committed
style: 🎨 formatting
1 parent d2002c2 commit fcda929

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -356,15 +356,13 @@ Magento::api('orders')->show($orderId);
356356
```
357357

358358
`/V1/orders`
359-
https://magento.redoc.ly/2.4.3-admin/tag/orders#operation/salesOrderRepositoryV1SavePost
360-
Performs persist operations for a specified order.
359+
360+
[Performs persist operations for a specified order.](https://magento.redoc.ly/2.4.3-admin/tag/orders#operation/salesOrderRepositoryV1SavePost)
361+
361362
```php
362363
Magento::api('orders')->edit($entity = []);
363364
```
364365

365-
366-
367-
368366
<a id="product-attributes"></a>
369367
### Product Attributes (catalogProductAttributeRepositoryV1)
370368

0 commit comments

Comments
 (0)