Skip to content

Commit

Permalink
feat(sdk): add documentation for order notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Ernst committed Aug 30, 2023
1 parent 682eb4f commit d7f26ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/documentation/50.php-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,7 @@ $savedOrderCollection = $orderCollection->save();
### Adding order notes to an order

It is possible to add notes to an order. These notes are visible in the backoffice.
A note can be either a customer note or a webshop note. A customer note is
always created in the checkout process and a webshop note can be created in the
A note can be either a customer note or a webshop note. A webshop note can be created in the
admin panel of an e-commerce platform.

To add a note to an order, simply create
Expand Down

0 comments on commit d7f26ef

Please sign in to comment.