File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
src/Picqer/Carriers/SendCloud Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ class Parcel extends Model
3737 protected $ fillable = [
3838 'id ' ,
3939 'address ' ,
40+ 'house_number ' ,
4041 'address_2 ' ,
4142 'address_divided ' ,
4243 'city ' ,
@@ -60,6 +61,8 @@ class Parcel extends Model
6061 'order_number ' ,
6162 'insured_value ' ,
6263 'total_insured_value ' ,
64+ 'total_order_value ' ,
65+ 'total_order_value_currency ' ,
6366 'to_state ' ,
6467 'customs_invoice_nr ' ,
6568 'customs_shipment_type ' ,
@@ -79,6 +82,10 @@ class Parcel extends Model
7982 'currency ' ,
8083 'carrier ' ,
8184 'tracking_url ' ,
85+ 'request_label ' ,
86+ 'request_label_async ' ,
87+ 'apply_shipping_rules ' ,
88+ 'shipping_method_checkout_name ' ,
8289 'requestShipment ' , // Special one to create new shipments
8390 ];
8491
You can’t perform that action at this time.
0 commit comments