@@ -, +, @@ --- t/db_dependent/Acquisition/populate_order_with_prices.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/Acquisition/populate_order_with_prices.t +++ a/t/db_dependent/Acquisition/populate_order_with_prices.t @@ -41,7 +41,7 @@ my $order_exc_tax = { tax_rate => .1965, discount => .42, rrp => 16.99, - unitprice => 0.00, + unitprice => "0.00", quantity => 8, }; --