Skip to content

Commit 18b1a98

Browse files
authored
Merge pull request #28 from picqer/add_international_shipping
Updated class for international shipping
2 parents 96ae66e + 5263e35 commit 18b1a98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Picqer/Carriers/SendCloud/Parcel.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ class Parcel extends Model
5858
'total_insured_value',
5959
'sender_address',
6060
'to_service_point',
61+
'customs_invoice_nr',
62+
'country_state',
63+
'customs_shipment_type',
64+
'parcel_items',
6165
];
6266

6367
protected $url = 'parcels';

0 commit comments

Comments
 (0)