diff --git a/buckaroo3.php b/buckaroo3.php index ec68eb9c..bcde1aef 100644 --- a/buckaroo3.php +++ b/buckaroo3.php @@ -56,7 +56,7 @@ private function initializeModuleInfo() { $this->name = 'buckaroo3'; $this->tab = 'payments_gateways'; - $this->version = '4.2.1'; + $this->version = '4.2.0'; $this->author = 'Buckaroo'; $this->need_instance = 1; $this->bootstrap = true; @@ -84,7 +84,7 @@ private function initializeDisplayName() } elseif (isset($response->status) && $response->status > 0) { $this->displayName = (new RawPaymentMethodRepository())->getPaymentMethodsLabel($response->payment_method); } else { - $this->displayName = $this->l('Buckaroo Payments (v 4.2.1)'); + $this->displayName = $this->l('Buckaroo Payments (v 4.2.0)'); } } } diff --git a/config.xml b/config.xml index b79f8046..47aafb5e 100644 --- a/config.xml +++ b/config.xml @@ -1,8 +1,8 @@ buckaroo3 - - + +