Skip to content

Commit

Permalink
Release version 4.0.5
Browse files Browse the repository at this point in the history
MAIN-1677
  • Loading branch information
Gavric-Sava committed Mar 13, 2023
1 parent 2470ca7 commit 20e07e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adyenofficial.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function __construct()
{
$this->module_key = '0d28de799435cd859f10e31f2edafc39';
$this->name = 'adyenofficial';
$this->version = '4.0.3';
$this->version = '4.0.5';
$this->tab = 'payments_gateways';
$this->author = 'Adyen';
$this->bootstrap = true;
Expand Down
2 changes: 1 addition & 1 deletion service/adapter/classes/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function __construct(Logger $logger)
$this->encryptedApiKey = $this->getEncryptedAPIKey();
$this->clientKey = $this->getClientKey();
$this->liveEndpointPrefix = \Configuration::get('ADYEN_LIVE_ENDPOINT_URL_PREFIX');
$this->moduleVersion = '4.0.3';
$this->moduleVersion = '4.0.5';
$this->moduleName = 'adyen-prestashop';
$this->integratorName = \Configuration::get('ADYEN_INTEGRATOR_NAME', null, null, null, '');
}
Expand Down

0 comments on commit 20e07e2

Please sign in to comment.