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)
2727 } catch (ClientException $ exception ) {
2828 return false ;
2929 }
30+
3031 return false ;
3132 }
3233}
Original file line number Diff line number Diff line change 66 use Carbon \Carbon ;
77 use Digikraaft \Paystack \Paystack ;
88 use Digikraaft \Paystack \Subscription as PaystackSubscription ;
9- use Illuminate \Database \Eloquent \Model ;
109 use Digikraaft \PaystackSubscription \PaystackSubscription as PaystackSub ;
10+ use Illuminate \Database \Eloquent \Model ;
1111
1212 class Subscription extends Model
1313 {
Original file line number Diff line number Diff line change 55
66use Digikraaft \PaystackSubscription \Payment ;
77use Digikraaft \PaystackSubscription \Tests \TestCase ;
8- use GuzzleHttp \Exception \ClientException ;
98
109class PaymentTest extends TestCase
1110{
Original file line number Diff line number Diff line change 33namespace Digikraaft \PaystackSubscription \Tests \Unit ;
44
55use Carbon \Carbon ;
6- use Digikraaft \PaystackSubscription \Exceptions \PaymentFailure ;
76use Digikraaft \PaystackSubscription \Exceptions \SubscriptionUpdateFailure ;
87use Digikraaft \PaystackSubscription \Subscription ;
98use Digikraaft \PaystackSubscription \Tests \TestCase ;
You can’t perform that action at this time.
0 commit comments