Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Nov 24, 2017
1 parent fc619d7 commit 297fc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/PayU/PaymentGateway/Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 297fc01

Please sign in to comment.