@@ -346,9 +346,9 @@ |
||
| 346 | 346 | $magentoVersion = $this->productMetadataInterface->getVersion(); |
| 347 | 347 | $moduleInfo = $this->moduleList->getOne('DigitalOrigin_Pmt'); |
| 348 | 348 | return array( 'magento' => $magentoVersion, |
| 349 | - 'pmt' => $moduleInfo['setup_version'], |
|
| 350 | - 'php' => phpversion(), |
|
| 351 | - 'curl' => $curlVersion); |
|
| 349 | + 'pmt' => $moduleInfo['setup_version'], |
|
| 350 | + 'php' => phpversion(), |
|
| 351 | + 'curl' => $curlVersion); |
|
| 352 | 352 | } |
| 353 | 353 | |
| 354 | 354 | /** |