@@ -50,8 +50,8 @@ |
||
50 | 50 | "POST", |
51 | 51 | "/companies/{$this->company}/certificates", |
52 | 52 | array( |
53 | - "certificate" => curl_file_create($files["tmp_name"], "application/x-pkcs12"), |
|
54 | - "password" => $files["password"] |
|
53 | + "certificate" => curl_file_create($files[ "tmp_name" ], "application/x-pkcs12"), |
|
54 | + "password" => $files[ "password" ] |
|
55 | 55 | ) |
56 | 56 | ); |
57 | 57 |