@@ -24,8 +24,8 @@ discard block |
||
| 24 | 24 | protected $defer = false; |
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | - * Publishes all the config file this package needs to function |
|
| 28 | - */ |
|
| 27 | + * Publishes all the config file this package needs to function |
|
| 28 | + */ |
|
| 29 | 29 | public function boot() |
| 30 | 30 | { |
| 31 | 31 | $config = realpath(__DIR__.'/../resources/config/paystack.php'); |
@@ -36,8 +36,8 @@ discard block |
||
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | - * Register the application services. |
|
| 40 | - */ |
|
| 39 | + * Register the application services. |
|
| 40 | + */ |
|
| 41 | 41 | public function register() |
| 42 | 42 | { |
| 43 | 43 | $this->app->bind('laravel-paystack', function () { |
@@ -48,9 +48,9 @@ discard block |
||
| 48 | 48 | } |
| 49 | 49 | |
| 50 | 50 | /** |
| 51 | - * Get the services provided by the provider |
|
| 52 | - * @return array |
|
| 53 | - */ |
|
| 51 | + * Get the services provided by the provider |
|
| 52 | + * @return array |
|
| 53 | + */ |
|
| 54 | 54 | public function provides() |
| 55 | 55 | { |
| 56 | 56 | return ['laravel-paystack']; |
@@ -178,11 +178,11 @@ |
||
| 178 | 178 | } |
| 179 | 179 | |
| 180 | 180 | /** |
| 181 | - * Get the authorization callback response |
|
| 182 | - * In situations where Laravel serves as an backend for a detached UI, the api cannot redirect |
|
| 183 | - * and might need to take different actions based on the success or not of the transaction |
|
| 184 | - * @return array |
|
| 185 | - */ |
|
| 181 | + * Get the authorization callback response |
|
| 182 | + * In situations where Laravel serves as an backend for a detached UI, the api cannot redirect |
|
| 183 | + * and might need to take different actions based on the success or not of the transaction |
|
| 184 | + * @return array |
|
| 185 | + */ |
|
| 186 | 186 | public function getAuthorizationResponse($data) |
| 187 | 187 | { |
| 188 | 188 | $this->makePaymentRequest($data); |