Skip to content

Commit

Permalink
Version increase
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjas1997 committed Nov 15, 2022
1 parent fdd6489 commit 65dbd76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion saferpayofficial.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 65dbd76

Please sign in to comment.