Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
chore: remove results feature (to be added again later)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradietilley committed Oct 13, 2022
1 parent b915839 commit 2136a11
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Skeleton.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use ProductTrap\DTOs\Brand;
use ProductTrap\DTOs\Price;
use ProductTrap\DTOs\Product;
use ProductTrap\DTOs\Results;
use ProductTrap\DTOs\UnitAmount;
use ProductTrap\DTOs\UnitPrice;
use ProductTrap\Enums\Currency;
Expand Down Expand Up @@ -70,14 +69,4 @@ public function url(string $identifier): string
{
return sprintf('%s/product/%s', self::BASE_URI, $identifier);
}

/**
* @param array<string, mixed> $parameters
*
* @throws ProductTrapDriverException
*/
public function search(string $keywords, array $parameters = []): Results
{
return new Results();
}
}

0 comments on commit 2136a11

Please sign in to comment.