Skip to content

Commit

Permalink
fixed getCustomerData method
Browse files Browse the repository at this point in the history
  • Loading branch information
denostr authored Dec 27, 2018
1 parent f56d5c5 commit 17a7847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Customers.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ public function listOfLabels($fields = [])
*/
private function getCustomerData($result)
{
return $result['callDetails'];
return $result['customerData'];
}
}

0 comments on commit 17a7847

Please sign in to comment.