@@ -21,15 +21,15 @@ |
||
| 21 | 21 | |
| 22 | 22 | |
| 23 | 23 | /** |
| 24 | - * __construct function. |
|
| 25 | - * |
|
| 26 | - * Instantiates the main class. |
|
| 27 | - * Creates a client which is passed to the request construct. |
|
| 28 | - * |
|
| 29 | - * @auth_string string Authentication string for QuickPay |
|
| 30 | - * |
|
| 31 | - * @access public |
|
| 32 | - */ |
|
| 24 | + * __construct function. |
|
| 25 | + * |
|
| 26 | + * Instantiates the main class. |
|
| 27 | + * Creates a client which is passed to the request construct. |
|
| 28 | + * |
|
| 29 | + * @auth_string string Authentication string for QuickPay |
|
| 30 | + * |
|
| 31 | + * @access public |
|
| 32 | + */ |
|
| 33 | 33 | public function __construct($auth_string = '') |
| 34 | 34 | { |
| 35 | 35 | $client = new Client($auth_string); |