return $this; | return $this; | ||||
} | } | ||||
public function getMerchantConfig($name) | |||||
{ | |||||
if($this->getMerchantConfigs()) { | |||||
foreach($this->getMerchantConfigs() as $merchantConfig) { | |||||
if($merchantConfig->getName() == $name) { | |||||
return $merchantConfig->getValue() ; | |||||
} | |||||
} | |||||
} | |||||
return false ; | |||||
} | |||||
public function getAddress(): ?Address | public function getAddress(): ?Address | ||||
{ | { | ||||
return $this->address; | return $this->address; |