File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/BigCommerceLegacyApi/ResponseModels/Order Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ class OrderProduct extends \BigCommerce\ApiV3\ResourceModels\ResourceModel
2626 public bool $ is_refunded ;
2727 public string $ refunded_amount ;
2828 public int $ return_id ;
29- public string $ wrapping_name ;
29+ public ? string $ wrapping_name ;
3030 public string $ base_wrapping_cost ;
3131 public string $ wrapping_cost_ex_tax ;
3232 public string $ wrapping_cost_inc_tax ;
3333 public string $ wrapping_cost_tax ;
34- public string $ wrapping_message ;
34+ public ? string $ wrapping_message ;
3535 public int $ quantity_shipped ;
3636 public ?string $ event_name ;
3737 public ?string $ event_date ;
@@ -41,7 +41,7 @@ class OrderProduct extends \BigCommerce\ApiV3\ResourceModels\ResourceModel
4141 public ?int $ option_set_id ;
4242 public ?int $ parent_order_product_id ;
4343 public bool $ is_bundled_product ;
44- public string $ bin_picking_number ;
44+ public ? string $ bin_picking_number ;
4545 public array $ applied_discounts ;
4646
4747 /**
You can’t perform that action at this time.
0 commit comments