Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
test: Add email to AddressMock.php
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsDelaguardia authored and iBotPeaches committed Sep 11, 2023
1 parent 4930f64 commit 6293924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Mocks/Validation/AddressMock.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public function mockValidationSuccess(): ShipEngine
"matched_address" => [
"name" => null,
"phone" => null,
"email" => null,
"company_name" => null,
"address_line1" => "525 S WINCHESTER BLVD",
"address_line2" => "",
Expand Down

0 comments on commit 6293924

Please sign in to comment.