Skip to content

Commit

Permalink
Change platform field from integration_version to plugin_version
Browse files Browse the repository at this point in the history
CS-5171
  • Loading branch information
MarijaIv committed Mar 6, 2024
1 parent 2509ca5 commit af39ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Api/Builders/CreateOrderRequestBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ private function getPlatform(): array
return [
'name' => 'magento2',
'version' => $this->productMetadata->getVersion(),
'integration_version' => $this->moduleResource->getDbVersion('Sequra_Core'),
'plugin_version' => $this->moduleResource->getDbVersion('Sequra_Core'),
'uname' => php_uname(),
'db_name' => !empty($connectionData['model']) ? $connectionData['model'] : 'mysql',
'db_version' => $this->sqlVersionProvider->getSqlVersion(),
Expand Down

0 comments on commit af39ed3

Please sign in to comment.