Skip to content

Commit bb9b213

Browse files
committed
Update order refund > line item > tax_class
Property type set to string to match schema Fixes woocommerce/woocommerce#28474
1 parent c65de56 commit bb9b213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/wp-api-v3/_order-refunds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The order refunds API allows you to create, view, and delete individual refunds,
3838
| `product_id` | integer | Product ID. |
3939
| `variation_id` | integer | Variation ID, if applicable. |
4040
| `quantity` | integer | Quantity ordered. |
41-
| `tax_class` | integer | Tax class of product. |
41+
| `tax_class` | string | Tax class of product. |
4242
| `subtotal` | string | Line subtotal (before discounts). |
4343
| `subtotal_tax` | string | Line subtotal tax (before discounts). <i class="label label-info">read-only</i> |
4444
| `total` | string | Line total (after discounts). |

0 commit comments

Comments
 (0)