ingeniuscliq-core 0.5.20 → 0.5.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,7 +20,7 @@ class CoreOrderBaseService extends BaseService {
20
20
  * Fetch all orders with pagination
21
21
  */
22
22
  fetchOrders(params) {
23
- return this.api.get(`${this.apiPrefix}/orders`, { params });
23
+ return this.api.get(`${this.apiPrefix}/orders/my-orders`, { params });
24
24
  }
25
25
  }
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.5.20",
3
+ "version": "0.5.21",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",