Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/mortenebak/laravel-quickpay
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Bak committed Sep 3, 2024
2 parents a264e15 + 8bd6bf7 commit 48c9037
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
5 changes: 1 addition & 4 deletions src/Exceptions/Subscriptions/FetchSubscriptionFailed.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@

use Exception;

class FetchSubscriptionFailed extends Exception
{

}
class FetchSubscriptionFailed extends Exception {}
3 changes: 0 additions & 3 deletions src/Quickpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
namespace Netbums\Quickpay;

use Netbums\Quickpay\Exceptions\ConfigNotCorrect;
use Netbums\Quickpay\Resources\CardResource;
use Netbums\Quickpay\Resources\FeeResource;
use Netbums\Quickpay\Resources\PaymentResource;
use Netbums\Quickpay\Resources\PayoutResource;
use Netbums\Quickpay\Resources\SubscriptionResource;

class Quickpay
Expand Down
2 changes: 0 additions & 2 deletions src/Resources/SubscriptionResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ public function all(): array
}

/**
* @param string $subscriptionId
* @return array
* @throws FetchSubscriptionFailed
*/
public function find(string $subscriptionId): array
Expand Down

0 comments on commit 48c9037

Please sign in to comment.