diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0f2fe10 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +llmdumper.php +.llmdump \ No newline at end of file diff --git a/b2bpayments.php b/b2bpayments.php index eab0af9..8279f8d 100644 --- a/b2bpayments.php +++ b/b2bpayments.php @@ -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; diff --git a/views/templates/hook/breadcrumb_price_display_switcher.tpl b/views/templates/hook/breadcrumb_price_display_switcher.tpl index 7816870..7c73b83 100644 --- a/views/templates/hook/breadcrumb_price_display_switcher.tpl +++ b/views/templates/hook/breadcrumb_price_display_switcher.tpl @@ -22,38 +22,32 @@