Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
mage-os-ci committed Jun 6, 2024
2 parents 406f0e9 + 2ebcef3 commit 309c330
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 309c330

Please sign in to comment.