Test Setup Failed
Branch master (0b3cbc)
by Tommy
17:21
created
src/Messages/PurchaseRequest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
 
85 85
     public function setCompleteUrl($value)
86 86
     {
87
-       $this->setParameter('completeUrl', $value);
87
+        $this->setParameter('completeUrl', $value);
88 88
     }
89 89
 
90 90
     public function getCompleteUrl()
Please login to merge, or discard this patch.
src/Messages/ReversalRequest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     }
57 57
 
58 58
     public function sendData($data)
59
-     {
59
+        {
60 60
             $result = $this->httpClient->request(
61 61
                 'POST',
62 62
                 $this->getEndpoint() . $this->resource,
Please login to merge, or discard this patch.
src/Messages/AnnulRequest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
     }
45 45
 
46 46
     public function sendData($data)
47
-     {
47
+        {
48 48
         $result = $this->httpClient->request(
49 49
             'POST',
50 50
             $this->getEndpoint() . $this->resource,
@@ -60,5 +60,5 @@  discard block
 block discarded – undo
60 60
             $this,
61 61
             $result->getBody()->getContents(),
62 62
         );
63
-     }
63
+        }
64 64
 }
Please login to merge, or discard this patch.