Skip to content

Commit

Permalink
Merge pull request #36 from picqer/readd-sender-address
Browse files Browse the repository at this point in the history
Re-add missing keys to the Parcel class
  • Loading branch information
kleiram authored Sep 15, 2020
2 parents f3a797b + b3ce15f commit d261c51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Picqer/Carriers/SendCloud/Parcel.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @property array status
* @property array data
* @property array country
* @property string country_state
* @property array shipment
* @property array label
* @property bool requestShipment
Expand All @@ -41,6 +42,7 @@ class Parcel extends Model
'city',
'company_name',
'country',
'country_state',
'data',
'date_created',
'email',
Expand All @@ -64,6 +66,7 @@ class Parcel extends Model
'parcel_items',
'documents',
'type',
'sender_address',
'shipment_uuid',
'shipping_method',
'external_order_id',
Expand Down

0 comments on commit d261c51

Please sign in to comment.