Skip to content

Commit

Permalink
Version change
Browse files Browse the repository at this point in the history
  • Loading branch information
hiboutik committed Feb 4, 2019
1 parent cc9411a commit 0124241
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hiboutik.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function __construct()
{
$this->name = 'hiboutik';
$this->tab = 'quick_bulk_update';
$this->version = '1.2.1';
$this->version = '1.2.2';
$this->author = 'Hiboutik & Murelh Ntyandi';
$this->need_instance = 0;
$this->ps_versions_compliancy = [
Expand Down Expand Up @@ -376,7 +376,6 @@ public function hookActionPaymentConfirmation($orderParam) {

//si il y a une quelconque erreur alors on ajoute a nouveau le produit mais sans sortie stock (cas du produit géré en stock mais indisponible)
if (isset($hibou_add_product['error'])) {
// $commentaires = "Results: " . print_r($hibou_add_product, true);
$id_prod = 0;
$id_taille = 0;
$commentaires = "Error: {$hibou_add_product['error_description']};";
Expand Down
Empty file modified includes/Hiboutik/HiboutikAPI/autoloader.php
100755 → 100644
Empty file.

0 comments on commit 0124241

Please sign in to comment.