Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
timoladoyinbo committed Feb 6, 2021
2 parents 4c58bd2 + 0cc272b commit 9ce0033
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public static function hasValidTransaction(string $trandactionRef)
} catch (ClientException $exception) {
return false;
}

return false;
}
}
2 changes: 1 addition & 1 deletion src/Subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
use Carbon\Carbon;
use Digikraaft\Paystack\Paystack;
use Digikraaft\Paystack\Subscription as PaystackSubscription;
use Illuminate\Database\Eloquent\Model;
use Digikraaft\PaystackSubscription\PaystackSubscription as PaystackSub;
use Illuminate\Database\Eloquent\Model;

class Subscription extends Model
{
Expand Down
1 change: 0 additions & 1 deletion tests/Unit/PaymentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

use Digikraaft\PaystackSubscription\Payment;
use Digikraaft\PaystackSubscription\Tests\TestCase;
use GuzzleHttp\Exception\ClientException;

class PaymentTest extends TestCase
{
Expand Down
1 change: 0 additions & 1 deletion tests/Unit/SubscriptionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Digikraaft\PaystackSubscription\Tests\Unit;

use Carbon\Carbon;
use Digikraaft\PaystackSubscription\Exceptions\PaymentFailure;
use Digikraaft\PaystackSubscription\Exceptions\SubscriptionUpdateFailure;
use Digikraaft\PaystackSubscription\Subscription;
use Digikraaft\PaystackSubscription\Tests\TestCase;
Expand Down

0 comments on commit 9ce0033

Please sign in to comment.