Skip to content

Commit

Permalink
Adding 'summary' method to Deals resource
Browse files Browse the repository at this point in the history
  • Loading branch information
3nderXP committed Aug 26, 2024
1 parent fc42f63 commit ab9144f
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 ab9144f

Please sign in to comment.