diff --git a/config.xml b/config.xml index 2e7d4c75a..11e96b682 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_checkout - + diff --git a/ps_checkout.php b/ps_checkout.php index 479fd1e4e..3e703ab30 100755 --- a/ps_checkout.php +++ b/ps_checkout.php @@ -127,7 +127,7 @@ class Ps_checkout extends PaymentModule // Needed in order to retrieve the module version easier (in api call headers) than instanciate // the module each time to get the version - const VERSION = '2.15.1'; + const VERSION = '2.15.2'; const INTEGRATION_DATE = '2020-07-30'; @@ -153,7 +153,7 @@ public function __construct() // We cannot use the const VERSION because the const is not computed by addons marketplace // when the zip is uploaded - $this->version = '2.15.1'; + $this->version = '2.15.2'; $this->author = 'PrestaShop'; $this->need_instance = 0; $this->currencies = true;