Completed
Pull Request — master (#7)
by Jan
03:01
created
src/Api/ApiClient.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,6 @@
 block discarded – undo
145 145
 	 * @param SignatureDataFormatter $responseSignatureDataFormatter
146 146
 	 * @param \Closure|null $responseValidityCallback
147 147
 	 * @return Response
148
-
149 148
 	 * @throws PrivateKeyFileException
150 149
 	 * @throws SigningFailedException
151 150
 	 * @throws PublicKeyFileException
Please login to merge, or discard this patch.
src/Call/ProcessPaymentRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.