diff --git a/app/code/PayU/PaymentGateway/Model/Config.php b/app/code/PayU/PaymentGateway/Model/Config.php index b04ec48..c006190 100644 --- a/app/code/PayU/PaymentGateway/Model/Config.php +++ b/app/code/PayU/PaymentGateway/Model/Config.php @@ -133,7 +133,7 @@ public function setDefaultConfig($code, $storeId = null) $this->multiCurrencyPartnerId = $this->getGatewayConfig(static::GROUP_POS_PARAMETERS, 'mcp_partner_id', $environmentSuffix, true); } - $this->setSender('Magento ver ' . $this->metadata->getVersion() . '/Plugin ver ' . static::PLUGIN_VERSION); + $this->setSender('Magento 2 ver ' . $this->metadata->getVersion() . '/Plugin ver ' . static::PLUGIN_VERSION); } catch (\OpenPayU_Exception_Configuration $exception) { return $this; }