@@ -390,7 +390,7 @@ |
||
| 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 |
@@ -60,7 +60,7 @@ discard block |
||
| 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 |
||
| 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, |