File tree Expand file tree Collapse file tree 6 files changed +55
-0
lines changed
Expand file tree Collapse file tree 6 files changed +55
-0
lines changed Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Laravel Paystack package.
5+ *
6+ * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
312return [
413
514 /**
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Laravel Paystack package.
5+ *
6+ * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
312namespace Unicodeveloper \Paystack \Exceptions ;
413
514use Exception ;
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Laravel Paystack package.
5+ *
6+ * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
312namespace Unicodeveloper \Paystack \Facades ;
413
514use Illuminate \Support \Facades \Facade ;
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Laravel Paystack package.
5+ *
6+ * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
312namespace Unicodeveloper \Paystack ;
413
514use GuzzleHttp \Client ;
Original file line number Diff line number Diff line change 11<?php
22
3+
4+ /*
5+ * This file is part of the Laravel Paystack package.
6+ *
7+ * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
8+ *
9+ * For the full copyright and license information, please view the LICENSE
10+ * file that was distributed with this source code.
11+ */
12+
313namespace Unicodeveloper \Paystack ;
414
515use Illuminate \Support \ServiceProvider ;
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * This file is part of the Laravel Paystack package.
5+ *
6+ * (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7+ *
8+ * For the full copyright and license information, please view the LICENSE
9+ * file that was distributed with this source code.
10+ */
11+
312namespace Unicodeveloper \Paystack \Test ;
413
514use PHPUnit_Framework_TestCase ;
You can’t perform that action at this time.
0 commit comments