Skip to content

Commit d261c51

Browse files
authored
Merge pull request picqer#36 from picqer/readd-sender-address
Re-add missing keys to the Parcel class
2 parents f3a797b + b3ce15f commit d261c51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Picqer/Carriers/SendCloud/Parcel.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* @property array status
1818
* @property array data
1919
* @property array country
20+
* @property string country_state
2021
* @property array shipment
2122
* @property array label
2223
* @property bool requestShipment
@@ -41,6 +42,7 @@ class Parcel extends Model
4142
'city',
4243
'company_name',
4344
'country',
45+
'country_state',
4446
'data',
4547
'date_created',
4648
'email',
@@ -64,6 +66,7 @@ class Parcel extends Model
6466
'parcel_items',
6567
'documents',
6668
'type',
69+
'sender_address',
6770
'shipment_uuid',
6871
'shipping_method',
6972
'external_order_id',

0 commit comments

Comments
 (0)