Skip to content

Commit 618e46b

Browse files
author
David Albrecht
committed
adds total_insured_value to parcel attributes
can be used to increase the insurance coverage of a parcel
1 parent 6f2de20 commit 618e46b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Picqer/Carriers/SendCloud/Parcel.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ class Parcel extends Model
4949
'requestShipment',
5050
'order_number',
5151
'tracking_number',
52-
'weight'
52+
'weight',
53+
'total_insured_value'
5354
];
5455

5556
protected $url = 'parcels';

0 commit comments

Comments
 (0)