Completed
Branch 3DSv2 (45bff1)
by Gaël
15:33 queued 01:43
created
Category
src/Payment/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -390,7 +390,7 @@
 block discarded – undo
390 390
         $query = http_build_query($fields, null, '*');
391 391
         $query = urldecode($query);
392 392
 
393
-        $hash =  strtoupper(hash_hmac(
393
+        $hash = strtoupper(hash_hmac(
394 394
             'sha1',
395 395
             $query,
396 396
             $securityKey
Please login to merge, or discard this patch.
src/Resources/Client.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
         string $addressLine3 = null,
61 61
         string $city = null,
62 62
         string $postalCode = null,
63
-        string $country  = null,
63
+        string $country = null,
64 64
         string $stateOrProvince = null,
65 65
         string $countrySubdivision = null,
66 66
         string $email = null,
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
             'addressLine3' => $addressLine3,
100 100
             'city' => $city,
101 101
             'postalCode' => $postalCode,
102
-            'country ' => $country ,
102
+            'country ' => $country,
103 103
             'stateOrProvince' => $stateOrProvince,
104 104
             'countrySubdivision' => $countrySubdivision,
105 105
             'email' => $email,
Please login to merge, or discard this patch.