Skip to content

Commit

Permalink
fix: change limited version PS Account since 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Freoua-Alma committed Oct 24, 2024
1 parent 4b3f2e7 commit 55a7482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alma/alma.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
class Alma extends PaymentModule
{
const VERSION = '4.4.0';
const PS_ACCOUNT_VERSION_REQUIRED = '5.0';
const PS_ACCOUNT_VERSION_REQUIRED = '5.3.0';

public $_path;
public $local_path;
Expand Down

0 comments on commit 55a7482

Please sign in to comment.