Skip to content

Commit 9800f37

Browse files
chore(paystack): Add attribution 💳
1 parent d5f2c7a commit 9800f37

File tree

6 files changed

+55
-0
lines changed

6 files changed

+55
-0
lines changed

resources/config/paystack.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Laravel Paystack package.
5+
*
6+
* (c) Prosper Otemuyiwa <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
return [
413

514
/**

src/Exceptions/PaymentVerificationFailedException.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Laravel Paystack package.
5+
*
6+
* (c) Prosper Otemuyiwa <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Unicodeveloper\Paystack\Exceptions;
413

514
use Exception;

src/Facades/Paystack.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Laravel Paystack package.
5+
*
6+
* (c) Prosper Otemuyiwa <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Unicodeveloper\Paystack\Facades;
413

514
use Illuminate\Support\Facades\Facade;

src/Paystack.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Laravel Paystack package.
5+
*
6+
* (c) Prosper Otemuyiwa <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Unicodeveloper\Paystack;
413

514
use GuzzleHttp\Client;

src/PaystackServiceProvider.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?php
22

3+
4+
/*
5+
* This file is part of the Laravel Paystack package.
6+
*
7+
* (c) Prosper Otemuyiwa <[email protected]>
8+
*
9+
* For the full copyright and license information, please view the LICENSE
10+
* file that was distributed with this source code.
11+
*/
12+
313
namespace Unicodeveloper\Paystack;
414

515
use Illuminate\Support\ServiceProvider;

tests/PaystackTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Laravel Paystack package.
5+
*
6+
* (c) Prosper Otemuyiwa <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Unicodeveloper\Paystack\Test;
413

514
use PHPUnit_Framework_TestCase;

0 commit comments

Comments
 (0)