dever hace 7 años
padre
commit
9e1f38dd01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      product/src/Api.php

+ 1 - 1
product/src/Api.php

@@ -243,7 +243,7 @@ class Api extends Base
 
         if ($this->data['carts']) {
             foreach ($this->data['carts'] as $k => $v) {
-                $this->data['carts'][$k]['product'] = Dever::db('product/cart')->one($v['product_id']);
+                $this->data['carts'][$k]['product'] = Dever::db('product/info')->one($v['product_id']);
             }
         }