Skip to content

Commit

Permalink
Merge pull request #469 from adobe-commerce-tier-4/PR-Tier3-04-29-202…
Browse files Browse the repository at this point in the history
…4-olga

[Support Tier-4 omoyseyenko] 04-29-2024 Regular delivery of bugfixes and improvements
  • Loading branch information
dhorytskyi committed Jun 5, 2024
2 parents cf34971 + ea5a5e7 commit 2ebcef3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ private function verifyCreatedOrder(int $orderId): void
$actualBillingAddress = $order['billing_address'];
unset($actualBillingAddress['entity_id']);
unset($actualBillingAddress['parent_id']);
unset($actualBillingAddress['customer_address_id']);
$this->assertEquals($expectedBillingAddress, $actualBillingAddress);

//assert shipping assignment address
Expand Down

0 comments on commit 2ebcef3

Please sign in to comment.