Skip to content

Commit

Permalink
Merge pull request #139 from 3nderXP/master
Browse files Browse the repository at this point in the history
Adding 'summary' method to Deals resource
  • Loading branch information
IsraelOrtuno authored Aug 27, 2024
2 parents fc42f63 + ab9144f commit cc5fee0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/Resources/Deals.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@ class Deals extends Entity
{
use ListsProducts, ListsAttachedFiles, Searches;

/**
*
* Get the deals summary
*
* @param array $options
*
* @return Response
*
*/

public function summary($options = [])
{

return $this->request->get('summary', $options);

}

/**
* Get the deals timeline.
*
Expand Down

0 comments on commit cc5fee0

Please sign in to comment.