ingeniuscliq-core 0.3.2 → 0.3.4
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2533,7 +2533,7 @@ class jv extends Xn {
|
|
|
2533
2533
|
super("shipment");
|
|
2534
2534
|
}
|
|
2535
2535
|
getShippingMethods() {
|
|
2536
|
-
return this.api.get(this.apiPrefix + "/shipment/shipping-methods");
|
|
2536
|
+
return this.api.get(this.apiPrefix + "/shipment/shipping-methods/actives");
|
|
2537
2537
|
}
|
|
2538
2538
|
}
|
|
2539
2539
|
class Z5 {
|