File tree Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ public static function hasValidTransaction(string $trandactionRef)
27
27
} catch (ClientException $ exception ) {
28
28
return false ;
29
29
}
30
+
30
31
return false ;
31
32
}
32
33
}
Original file line number Diff line number Diff line change 6
6
use Carbon \Carbon ;
7
7
use Digikraaft \Paystack \Paystack ;
8
8
use Digikraaft \Paystack \Subscription as PaystackSubscription ;
9
- use Illuminate \Database \Eloquent \Model ;
10
9
use Digikraaft \PaystackSubscription \PaystackSubscription as PaystackSub ;
10
+ use Illuminate \Database \Eloquent \Model ;
11
11
12
12
class Subscription extends Model
13
13
{
Original file line number Diff line number Diff line change 5
5
6
6
use Digikraaft \PaystackSubscription \Payment ;
7
7
use Digikraaft \PaystackSubscription \Tests \TestCase ;
8
- use GuzzleHttp \Exception \ClientException ;
9
8
10
9
class PaymentTest extends TestCase
11
10
{
Original file line number Diff line number Diff line change 3
3
namespace Digikraaft \PaystackSubscription \Tests \Unit ;
4
4
5
5
use Carbon \Carbon ;
6
- use Digikraaft \PaystackSubscription \Exceptions \PaymentFailure ;
7
6
use Digikraaft \PaystackSubscription \Exceptions \SubscriptionUpdateFailure ;
8
7
use Digikraaft \PaystackSubscription \Subscription ;
9
8
use Digikraaft \PaystackSubscription \Tests \TestCase ;
You can’t perform that action at this time.
0 commit comments