productMetadata = $productMetadata; } /** * Returns version info * * @return array */ public function build() { return [ 'platformAndClient' => [ 'storePlatform' => $this->productMetadata->getName() . ' ' . $this->productMetadata->getEdition(), 'storePlatformVersion' => $this->productMetadata->getVersion(), 'signifydClientApp' => $this->productMetadata->getName(), 'signifydClientAppVersion' => self::$clientVersion, ] ]; } }