@@ -62,7 +62,7 @@ |
||
62 | 62 | 'paymentStatus' => null, |
63 | 63 | 'authCode' => null, |
64 | 64 | ]), |
65 | - function (Response $response) { |
|
65 | + function(Response $response) { |
|
66 | 66 | // This handles edge case when provided payId is missing or already expired on gateway |
67 | 67 | // In this case gateway responds with HTTP 200 and HTML content. Bad API. |
68 | 68 | // See https://github.com/csob/paymentgateway/issues/135 |