Skip to content

Commit

Permalink
add customer language and pass it to mailchimp api - pimcore#78
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gimpl committed Apr 28, 2021
1 parent 92a84dd commit f30fdab
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Model/CustomerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,6 @@ public function setPhone(?string $phone);
*/
public function getCustomerLanguage(): ?string;

/**
* @param $customerLanguage
*
* @return void
*/
public function setCustomerLanguage(?string $customerLanguage);

/**
* @return CustomerSegmentInterface[]|ObjectMetadata[]
*/
Expand Down

0 comments on commit f30fdab

Please sign in to comment.