Skip to content

Commit 9023697

Browse files
Fixed product sale GMT date descriptuon
1 parent 7e31ee9 commit 9023697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/includes/wp-api-v2/_product-variations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The product variations API allows you to create, view, update, and delete indivi
1818
| `date_on_sale_from` | date-time | Start date of sale price, in the site's timezone. |
1919
| `date_on_sale_from_gmt` | date-time | Start date of sale price, as GMT. |
2020
| `date_on_sale_to` | date-time | End date of sale price, in the site's timezone. |
21-
| `date_on_sale_to_gmt` | date-time | End date of sale price, in the site's timezone. |
21+
| `date_on_sale_to_gmt` | date-time | End date of sale price, as GMT. |
2222
| `on_sale` | boolean | Shows if the variation is on sale. <i class="label label-info">read-only</i> |
2323
| `visible` | boolean | Define if the attribute is visible on the "Additional information" tab in the product's page. Default is `true`. |
2424
| `purchasable` | boolean | Shows if the variation can be bought. <i class="label label-info">read-only</i> |

source/includes/wp-api-v2/_products.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The products API allows you to create, view, update, and delete individual, or a
2727
| `date_on_sale_from` | date-time | Start date of sale price, in the site's timezone. |
2828
| `date_on_sale_from_gmt` | date-time | Start date of sale price, as GMT. |
2929
| `date_on_sale_to` | date-time | End date of sale price, in the site's timezone. |
30-
| `date_on_sale_to_gmt` | date-time | End date of sale price, in the site's timezone. |
30+
| `date_on_sale_to_gmt` | date-time | End date of sale price, as GMT. |
3131
| `price_html` | string | Price formatted in HTML. <i class="label label-info">read-only</i> |
3232
| `on_sale` | boolean | Shows if the product is on sale. <i class="label label-info">read-only</i> |
3333
| `purchasable` | boolean | Shows if the product can be bought. <i class="label label-info">read-only</i> |

0 commit comments

Comments
 (0)