Total should be a string
This commit is contained in:
parent
bdea242019
commit
facdc49fad
|
@ -171,7 +171,7 @@ class WC_Tests_API_Orders extends WC_REST_Unit_Test_Case {
|
|||
array(
|
||||
'method_id' => 'flat_rate',
|
||||
'method_title' => 'Flat rate',
|
||||
'total' => 10,
|
||||
'total' => '10',
|
||||
),
|
||||
),
|
||||
) );
|
||||
|
|
Loading…
Reference in New Issue