Completed
Pull Request — master (#114)
by
unknown
02:19
created
src/Resource/Payment.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -149,9 +149,9 @@
 block discarded – undo
149 149
     public function get($id_moip)
150 150
     {  
151 151
         if ($this->order !== null) {
152
-           return $this->getByPath(sprintf('/%s/%s/%s', MoipResource::VERSION, self::PATH, $id_moip));
152
+            return $this->getByPath(sprintf('/%s/%s/%s', MoipResource::VERSION, self::PATH, $id_moip));
153 153
         } else {
154
-           return $this->getByPath(sprintf('/%s/%s/%s', MoipResource::VERSION, self::MULTI_PAYMENTS_PATH, $id_moip));
154
+            return $this->getByPath(sprintf('/%s/%s/%s', MoipResource::VERSION, self::MULTI_PAYMENTS_PATH, $id_moip));
155 155
         }
156 156
     }
157 157
 
Please login to merge, or discard this patch.