@@ -590,7 +590,7 @@ |
||
| 590 | 590 | |
| 591 | 591 | /** |
| 592 | 592 | * [addPayment] |
| 593 | - * @param [string] $method [Mandatory - request method <get | post | put | delete> ] |
|
| 593 | + * @param string $method [Mandatory - request method <get | post | put | delete> ] |
|
| 594 | 594 | * @param [string] $url [Mandatory - url to send request to] |
| 595 | 595 | * @param [array] $params [data to post to request url] |
| 596 | 596 | */ |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | namespace Olaoluwa98\Payant; |
| 3 | 3 | |
| 4 | 4 | use \Exception as phpException; |
| 5 | -use Olaoluwa98\Payant\Exception; |
|
| 6 | 5 | |
| 7 | 6 | if (! function_exists('array_get')) |
| 8 | 7 | { |