Skip to content

Commit

Permalink
[Customer] Rename dob to date_of_birth #911
Browse files Browse the repository at this point in the history
  • Loading branch information
XxXgeoXxX committed Sep 17, 2019
1 parent aaee0c8 commit e9879d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function testUpdateCustomer()
$this->assertEquals($newMiddlename, $response['updateCustomer']['customer']['middlename']);
$this->assertEquals($newLastname, $response['updateCustomer']['customer']['lastname']);
$this->assertEquals($newSuffix, $response['updateCustomer']['customer']['suffix']);
$this->assertEquals($newDob, $response['updateCustomer']['customer']['date_of_birth']);
$this->assertEquals($newDob, $response['updateCustomer']['customer']['dob']);
$this->assertEquals($newTaxVat, $response['updateCustomer']['customer']['taxvat']);
$this->assertEquals($newEmail, $response['updateCustomer']['customer']['email']);
$this->assertEquals($newGender, $response['updateCustomer']['customer']['gender']);
Expand Down

0 comments on commit e9879d1

Please sign in to comment.