Skip to content

Commit

Permalink
update description of Fedex tracking
Browse files Browse the repository at this point in the history
I am proposing to change Fedex tracking description, because your field 'scanDetails' is empty all the time
  • Loading branch information
bam-bam-bigelow authored Mar 6, 2020
1 parent a629f32 commit a34aaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Trackers/Fedex.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ protected function buildResponse($response)
foreach ($contents['scanEventList'] as $scanEvent) {
$track->addEvent(Event::fromArray([
'location' => $scanEvent['scanLocation'],
'description' => $scanEvent['scanDetails'],
'description' => $scanEvent['status'],
'date' => $this->getDate($scanEvent),
'status' => $status = $this->resolveState($scanEvent)
]));
Expand Down

0 comments on commit a34aaa9

Please sign in to comment.