From 54fabacd14ac506f1b0a45df282f43bf38694580 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:25:43 -0700 Subject: [PATCH] fix: remove the incorrect inclusion of shipment prop on pickup model --- lib/EasyPost/Pickup.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/EasyPost/Pickup.php b/lib/EasyPost/Pickup.php index bff5b35f..e3078857 100644 --- a/lib/EasyPost/Pickup.php +++ b/lib/EasyPost/Pickup.php @@ -18,7 +18,6 @@ * @property string $instructions * @property Message[] $messages * @property string $confirmation - * @property Shipment $shipment * @property Address $address * @property CarrierAccount[] $carrier_accounts * @property PickupRate[] $pickup_rates