Skip to content

Commit 6712df1

Browse files
authored
Merge pull request #1347 from PrestaShopCorp/v8.5-3
Add module key
2 parents 688c864 + 52751b5 commit 6712df1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ps8/ps_checkout.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ public function __construct()
114114

115115
$this->displayName = $this->trans('PrestaShop Checkout');
116116
$this->description = $this->trans('Provide the most commonly used payment methods to your customers in this all-in-one module, and manage all your sales in a centralized interface.');
117-
$this->ps_versions_compliancy = ['min' => '8.0.0', 'max' => _PS_VERSION_];
117+
$this->module_key = '82bc76354cfef947e06f1cc78f5efe2e';
118+
$this->ps_versions_compliancy = ['min' => '8.0.0', 'max' => '8.999.999'];
118119
}
119120

120121
public function install(): bool

0 commit comments

Comments
 (0)