Skip to content

Commit e119329

Browse files
authored
Merge pull request #217 from zackha/master
punctuation correction
2 parents 9a5fd62 + 3b9310e commit e119329

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ curl -X POST https://example.com/wp-json/wc/v3/orders/723/refunds \
119119
"refund_total": 10,
120120
"refund_tax": [
121121
{
122-
"id" "222",
122+
"id": "222",
123123
"refund_total": 20
124124
}
125125
]
@@ -184,7 +184,7 @@ data = {
184184
"refund_total": 10,
185185
"refund_tax": [
186186
{
187-
"id" "222",
187+
"id": "222",
188188
"refund_total": 20
189189
}
190190
]
@@ -204,7 +204,7 @@ data = {
204204
refund_total: 10,
205205
refund_tax: [
206206
{
207-
id "222",
207+
id: "222",
208208
refund_total: 20
209209
}
210210
]

0 commit comments

Comments
 (0)