Skip to content

Commit 0039bdd

Browse files
committed
Add the country_state field to the Parcel class
1 parent 2c65c08 commit 0039bdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Picqer/Carriers/SendCloud/Parcel.php

Lines changed: 2 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',

0 commit comments

Comments
 (0)