Completed
Pull Request — master (#60)
by
unknown
05:23 queued 03:35
created
QuickPay/API/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
             'Accept: application/json',
64 64
         );
65 65
         if (!empty($this->auth_string)) {
66
-            $this->headers[] = 'Authorization: Basic ' . base64_encode($this->auth_string);
66
+            $this->headers[] = 'Authorization: Basic '.base64_encode($this->auth_string);
67 67
         }
68 68
 
69 69
         // Add custom headers and set headers in cURL object.
Please login to merge, or discard this patch.