@@ -41,7 +41,7 @@ |
||
| 41 | 41 | throw new InvalidResponseException('Invalid response from payment gateway'); |
| 42 | 42 | } |
| 43 | 43 | |
| 44 | - if ( empty($decryptedString) ) { |
|
| 44 | + if (empty($decryptedString)) { |
|
| 45 | 45 | throw new InvalidResponseException('Invalid response from payment gateway'); |
| 46 | 46 | } |
| 47 | 47 | |