Completed
Push — master ( c54b03...410b4d )
by Florian
10s
created
lib/Payone/Api/Service/Verification/BankAccountCheck.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,8 +100,7 @@
 block discarded – undo
100 100
 
101 101
             // Protocol
102 102
             $this->protocol($request, $response);
103
-        }
104
-        catch (Exception $e) {
103
+        } catch (Exception $e) {
105 104
             $this->protocolException($e, $request);
106 105
             throw $e;
107 106
         }
Please login to merge, or discard this patch.
lib/Payone/Api/Service/Management/GetInvoice.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 
54 54
             $response->setRawResponse($adapter->getRawResponse());
55 55
 
56
-             $this->protocol($request, $response);
56
+                $this->protocol($request, $response);
57 57
         }
58 58
         catch (Exception $e) {
59 59
             $this->protocolException($e, $request);
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,8 +100,7 @@
 block discarded – undo
100 100
 
101 101
             // Protocol
102 102
             $this->protocol($request, $response);
103
-        }
104
-        catch (Exception $e) {
103
+        } catch (Exception $e) {
105 104
             $this->protocolException($e, $request);
106 105
             throw $e;
107 106
         }
Please login to merge, or discard this patch.
lib/Payone/Api/Service/Management/UpdateAccess.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,8 +100,7 @@
 block discarded – undo
100 100
 
101 101
             // Protocol
102 102
             $this->protocol($request, $response);
103
-        }
104
-        catch (Exception $e) {
103
+        } catch (Exception $e) {
105 104
             $this->protocolException($e, $request);
106 105
             throw $e;
107 106
         }
Please login to merge, or discard this patch.
lib/Payone/Api/Service/Management/ManageMandate.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,8 +100,7 @@
 block discarded – undo
100 100
 
101 101
             // Protocol
102 102
             $this->protocol($request, $response);
103
-        }
104
-        catch (Exception $e) {
103
+        } catch (Exception $e) {
105 104
             $this->protocolException($e, $request);
106 105
             throw $e;
107 106
         }
Please login to merge, or discard this patch.
lib/Payone/Api/Service/Payment/CreateAccess.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,8 +100,7 @@
 block discarded – undo
100 100
 
101 101
             // Protocol
102 102
             $this->protocol($request, $response);
103
-        }
104
-        catch (Exception $e) {
103
+        } catch (Exception $e) {
105 104
             $this->protocolException($e, $request);
106 105
             throw $e;
107 106
         }
Please login to merge, or discard this patch.
lib/Payone/Api/Service/Payment/Refund.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,8 +100,7 @@
 block discarded – undo
100 100
 
101 101
             // Protocol
102 102
             $this->protocol($request, $response);
103
-        }
104
-        catch (Exception $e) {
103
+        } catch (Exception $e) {
105 104
             $this->protocolException($e, $request);
106 105
             throw $e;
107 106
         }
Please login to merge, or discard this patch.
lib/Payone/Api/Service/Payment/Vauthorize.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,8 +100,7 @@
 block discarded – undo
100 100
 
101 101
             // Protocol
102 102
             $this->protocol($request, $response);
103
-        }
104
-        catch (Exception $e) {
103
+        } catch (Exception $e) {
105 104
             $this->protocolException($e, $request);
106 105
             throw $e;
107 106
         }
Please login to merge, or discard this patch.
lib/Payone/Api/Service/Payment/Authorize.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
 
75 75
             $requestParams = $this->getMapperRequest()->map($request);
76 76
 
77
-            if($request->isFrontendApiCall() === false) {
77
+            if ($request->isFrontendApiCall() === false) {
78 78
                 $responseRaw = $this->getAdapter()->request($requestParams);
79 79
             } else {
80 80
                 $responseRaw = $request->getFrontendApiResponse();
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,8 +100,7 @@
 block discarded – undo
100 100
 
101 101
             // Protocol
102 102
             $this->protocol($request, $response);
103
-        }
104
-        catch (Exception $e) {
103
+        } catch (Exception $e) {
105 104
             $this->protocolException($e, $request);
106 105
             throw $e;
107 106
         }
Please login to merge, or discard this patch.
lib/Payone/Api/Service/Payment/Debit.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,8 +100,7 @@
 block discarded – undo
100 100
 
101 101
             // Protocol
102 102
             $this->protocol($request, $response);
103
-        }
104
-        catch (Exception $e) {
103
+        } catch (Exception $e) {
105 104
             $this->protocolException($e, $request);
106 105
             throw $e;
107 106
         }
Please login to merge, or discard this patch.