File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ curl -X POST https://example.com/wc-api/v2/orders \
177
177
{
178
178
"method_id": "flat_rate",
179
179
"method_title": "Flat Rate",
180
- "total": 10
180
+ "total": "10.00"
181
181
}
182
182
]
183
183
}
@@ -232,7 +232,7 @@ var data = {
232
232
{
233
233
method_id: ' flat_rate' ,
234
234
method_title: ' Flat Rate' ,
235
- total: 10
235
+ total: ' 10.00 '
236
236
}
237
237
]
238
238
}
@@ -291,7 +291,7 @@ data = {
291
291
{
292
292
" method_id" : " flat_rate" ,
293
293
" method_title" : " Flat Rate" ,
294
- " total" : 10
294
+ " total" : " 10.00 "
295
295
}
296
296
]
297
297
}
@@ -349,7 +349,7 @@ $data = array(
349
349
array(
350
350
'method_id' => 'flat_rate',
351
351
'method_title' => 'Flat Rate',
352
- 'total' => 10
352
+ 'total' => '10.00'
353
353
)
354
354
)
355
355
)
@@ -407,7 +407,7 @@ data = {
407
407
{
408
408
method_id: " flat_rate" ,
409
409
method_title: " Flat Rate" ,
410
- total: 10
410
+ total: " 10.00 "
411
411
}
412
412
]
413
413
}
You can’t perform that action at this time.
0 commit comments