Skip to content

Commit

Permalink
Merge pull request #20 from bam-bam-bigelow/patch-1
Browse files Browse the repository at this point in the history
update description of Fedex tracking
  • Loading branch information
sauladam authored Mar 14, 2020
2 parents a629f32 + a34aaa9 commit 7fd8b38
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 7fd8b38

Please sign in to comment.