File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 *
2525 * @property string $item_id The ID of the parcel generated by AusPost when the shipment is lodged
2626 * @property string $tracking_article_id
27- * @property string $tracking_consigment_id
27+ * @property string $tracking_consignment_id
2828 */
2929class Parcel {
3030
@@ -46,7 +46,7 @@ class Parcel {
4646
4747 public $ item_id ;
4848 public $ tracking_article_id ;
49- public $ tracking_consigment_id ;
49+ public $ tracking_consignment_id ;
5050
5151 public function __construct ($ details ) {
5252 $ this ->raw_details = $ details ;
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ public function lodgeShipment() {
179179 }
180180 $ this ->parcels [$ key ]->item_id = $ item ['item_id ' ];
181181 $ this ->parcels [$ key ]->tracking_article_id = $ item ['tracking_details ' ]['article_id ' ];
182- $ this ->parcels [$ key ]->tracking_consigment_id = $ item ['tracking_details ' ]['consignment_id ' ];
182+ $ this ->parcels [$ key ]->tracking_consignment_id = $ item ['tracking_details ' ]['consignment_id ' ];
183183 }
184184 }
185185 }
You can’t perform that action at this time.
0 commit comments