Skip to content

Commit

Permalink
Update transaction test for php8
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Jul 8, 2024
1 parent e4a9247 commit 0761cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/Functional/Payment/PaymentServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0761cd7

Please sign in to comment.