diff --git a/src/Traits/PayPalAPI/Subscriptions/Helpers.php b/src/Traits/PayPalAPI/Subscriptions/Helpers.php index 14b5c699..8c6ebd2d 100644 --- a/src/Traits/PayPalAPI/Subscriptions/Helpers.php +++ b/src/Traits/PayPalAPI/Subscriptions/Helpers.php @@ -409,7 +409,6 @@ protected function addBillingPlan(string $name, string $description, array $bill throw new \RuntimeException(data_get($error, 'details.0.description', 'Failed to add billing plan')); } $this->billing_plan = $billingPlan; - } /** diff --git a/tests/Unit/ClientTest.php b/tests/Unit/ClientTest.php index 926270c1..246e59bc 100644 --- a/tests/Unit/ClientTest.php +++ b/tests/Unit/ClientTest.php @@ -3,7 +3,6 @@ namespace Srmklive\PayPal\Tests\Unit; use GuzzleHttp\Client as HttpClient; -use GuzzleHttp\Utils; use PHPUnit\Framework\TestCase; use Srmklive\PayPal\Tests\MockClientClasses; use Srmklive\PayPal\Tests\MockResponsePayloads;