Skip to content

Commit 4e0d9c8

Browse files
committed
remove test exception
1 parent b3e05cf commit 4e0d9c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/Services/Anystack/Anystack.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace App\Services\Anystack;
44

5-
use Exception;
65
use Illuminate\Http\Client\PendingRequest;
76
use Illuminate\Http\Client\Response;
87
use Illuminate\Support\Facades\Http;
@@ -64,8 +63,6 @@ public function deleteLicense(string $productId, string $licenseId): Response
6463
*/
6564
public function getLicense(string $productId, string $licenseId): Response
6665
{
67-
throw new Exception('Test exception.');
68-
6966
return $this->client()
7067
->get("https://api.anystack.sh/v1/products/{$productId}/licenses/{$licenseId}")
7168
->throw();

0 commit comments

Comments
 (0)