Skip to content

Commit

Permalink
Merge pull request #31 from kleiram/master
Browse files Browse the repository at this point in the history
Add the to_post_number fillable field for parcels
  • Loading branch information
stephangroen authored Jul 6, 2020
2 parents e952c63 + 9f15336 commit 247e53c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Picqer/Carriers/SendCloud/Parcel.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class Parcel extends Model
'total_insured_value',
'sender_address',
'to_service_point',
'to_post_number',
'customs_invoice_nr',
'country_state',
'customs_shipment_type',
Expand Down

0 comments on commit 247e53c

Please sign in to comment.