File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ class Parcel {
3737 public $ value ;
3838 public $ contains_dangerous_goods = false ;
3939 public $ authority_to_leave = false ;
40+ public $ safe_drop_enabled = true ;
4041 public $ allow_partial_delivery = true ;
4142 public $ packaging_type ;
4243 public $ atl_number ;
Original file line number Diff line number Diff line change @@ -150,7 +150,9 @@ public function lodgeShipment() {
150150 'height ' => $ parcel ->height ,
151151 'width ' => $ parcel ->width ,
152152 'weight ' => $ parcel ->weight ,
153+ 'contains_dangerous_goods ' => $ parcel ->contains_dangerous_goods ,
153154 'authority_to_leave ' => $ parcel ->authority_to_leave ,
155+ 'safe_drop_enabled ' => $ parcel ->safe_drop_enabled ,
154156 'allow_partial_delivery ' => $ parcel ->allow_partial_delivery ,
155157 ];
156158 if ($ parcel ->value ) {
You can’t perform that action at this time.
0 commit comments