add updateProductList listener, update version number

This commit is contained in:
O K
2025-12-02 10:54:23 +02:00
parent 45eeafa1f7
commit a72c8513d1
3 changed files with 49 additions and 43 deletions

View File

@@ -20,7 +20,7 @@ class B2BPayments extends PaymentModule implements PrestaShop\PrestaShop\Core\Mo
{
$this->name = 'b2bpayments';
$this->tab = 'payments_gateways';
$this->version = '1.0.0';
$this->version = '1.0.1';
$this->author = 'panariga';
$this->need_instance = 0;
$this->bootstrap = true;