We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a5fd62 + 3b9310e commit e119329Copy full SHA for e119329
source/includes/wp-api-v3/_order-refunds.md
@@ -119,7 +119,7 @@ curl -X POST https://example.com/wp-json/wc/v3/orders/723/refunds \
119
"refund_total": 10,
120
"refund_tax": [
121
{
122
- "id" "222",
+ "id": "222",
123
"refund_total": 20
124
}
125
]
@@ -184,7 +184,7 @@ data = {
184
185
186
187
188
189
190
@@ -204,7 +204,7 @@ data = {
204
refund_total: 10,
205
refund_tax: [
206
207
- id "222",
+ id: "222",
208
refund_total: 20
209
210
0 commit comments