Skip to content

Commit

Permalink
- remove echo, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
saschaarthur committed Mar 10, 2022
1 parent daa37c3 commit e969bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/KeepaAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class KeepaAPI
private $userAgent = null;
private $serializer = null;
private $httpClient = null;
private static $VERSION = "2.0.2";
private static $VERSION = "2.0.3";

public function __construct($accessKey)
{
Expand All @@ -40,7 +40,7 @@ public function __construct($accessKey)
public function sendRequest(Request $r)
{
$url = "https://api.keepa.com/" . $r->path . "/?key=" . $this->accessKey . "&" . $r->query();
echo $url . PHP_EOL;

/* @var Response */
$response = new Response($r);

Expand Down

0 comments on commit e969bda

Please sign in to comment.