diff --git a/changelog.md b/changelog.md index c2b1012f..99ea7cc9 100755 --- a/changelog.md +++ b/changelog.md @@ -86,3 +86,8 @@ ## [1.0.19] - * - FO: added ability to save and use saved cards with hosted fields payment + +## [1.0.20] - * + +- FO: Fixed issue when payment was cancelled due to 3DS failure but Order confirmation was still shown +- FO: Fixed issue when 3DS failed, but it still captured/authorized payment diff --git a/saferpayofficial.php b/saferpayofficial.php index 1a84f31d..9c7aa152 100755 --- a/saferpayofficial.php +++ b/saferpayofficial.php @@ -41,7 +41,7 @@ public function __construct($name = null) { $this->name = 'saferpayofficial'; $this->author = 'Invertus'; - $this->version = '1.0.19'; + $this->version = '1.0.20'; $this->module_key = '3d3506c3e184a1fe63b936b82bda1bdf'; $this->displayName = 'SaferpayOfficial'; $this->description = 'Saferpay Payment module';