diff --git a/config.xml b/config.xml index 1b0afe4cc..7d19005c4 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_checkout - + @@ -10,4 +10,4 @@ 1 1 - \ No newline at end of file + diff --git a/ps_checkout.php b/ps_checkout.php index 372c79998..1a34754b6 100755 --- a/ps_checkout.php +++ b/ps_checkout.php @@ -112,7 +112,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 = '7.3.6.0'; + const VERSION = '7.3.6.1'; const INTEGRATION_DATE = '2022-14-06'; @@ -133,7 +133,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 = '7.3.6.0'; + $this->version = '7.3.6.1'; $this->author = 'PrestaShop'; $this->currencies = true; $this->currencies_mode = 'checkbox';