diff --git a/tests/php/Functional/Payment/PaymentServiceTest.php b/tests/php/Functional/Payment/PaymentServiceTest.php index 3f9bf40a..acf34319 100644 --- a/tests/php/Functional/Payment/PaymentServiceTest.php +++ b/tests/php/Functional/Payment/PaymentServiceTest.php @@ -210,7 +210,7 @@ private function wcOrder($id, $orderKey) [ 'get_id' => $id, 'get_order_key' => $orderKey, - 'get_total' => '40', + 'get_total' => 40.00, 'get_items' => [$this->wcOrderItem()], 'get_billing_first_name' => 'billingggivenName', 'get_billing_last_name' => 'billingfamilyName',