Skip to content

Commit d9ca404

Browse files
Updated order_number description
1 parent 0167804 commit d9ca404

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/includes/v2/_orders.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This section lists all API that can be used to create, edit or otherwise manipul
77
| Attribute | Type | Description |
88
| --------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
99
| `id` | integer | Order ID (post ID) <i class="label label-info">read-only</i> |
10-
| `order_number` | integer | Order number |
10+
| `order_number` | integer | Order number <i class="label label-info">read-only</i> |
1111
| `created_at` | string | UTC DateTime when the order was created <i class="label label-info">read-only</i> |
1212
| `updated_at` | string | UTC DateTime when the order was last updated <i class="label label-info">read-only</i> |
1313
| `completed_at` | string | UTC DateTime when the order was last completed <i class="label label-info">read-only</i> |

source/includes/v3/_orders.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This section lists all API that can be used to create, edit or otherwise manipul
77
| Attribute | Type | Description |
88
| --------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
99
| `id` | integer | Order ID (post ID) <i class="label label-info">read-only</i> |
10-
| `order_number` | integer | Order number |
10+
| `order_number` | integer | Order number <i class="label label-info">read-only</i> |
1111
| `created_at` | string | UTC DateTime when the order was created <i class="label label-info">read-only</i> |
1212
| `updated_at` | string | UTC DateTime when the order was last updated <i class="label label-info">read-only</i> |
1313
| `completed_at` | string | UTC DateTime when the order was last completed <i class="label label-info">read-only</i> |

0 commit comments

Comments
 (0)