Skip to content

Commit 6f2de20

Browse files
authored
Merge pull request #11 from Smetje/patch-1
add-shippingmethod-fillables
2 parents e5781b3 + 389e188 commit 6f2de20

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Picqer/Carriers/SendCloud/ShippingMethod.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ class ShippingMethod extends Model
2323
'name',
2424
'carrier',
2525
'price',
26+
'min_weight',
27+
'max_weight',
28+
'service_point_input',
2629
'options',
2730
'countries'
2831
];
@@ -34,4 +37,4 @@ class ShippingMethod extends Model
3437
'plural' => 'shipping_methods'
3538
];
3639

37-
}
40+
}

0 commit comments

Comments
 (0)