Skip to content

Commit

Permalink
chore: Remove the delete method from the Prices API
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Gaspar <[email protected]>
  • Loading branch information
brunogaspar committed Jan 31, 2021
1 parent 0d0480f commit 5eaa29a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Api/Prices.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,6 @@ public function update($priceId, array $parameters = [])
return $this->_post("prices/{$priceId}", $parameters);
}

/**
* Deletes an existing price.
*
* @param string $priceId
* @return array
*/
public function delete($priceId)
{
return $this->_delete("prices/{$priceId}");
}

/**
* Returns a list of all the prices.
*
Expand Down

0 comments on commit 5eaa29a

Please sign in to comment.