Completed
Pull Request — master (#237)
by
unknown
02:31
created
tests/Resource/RefundTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -204,7 +204,7 @@
 block discarded – undo
204 204
         $order = $this->createOrder()->create();
205 205
         $this->mockHttpSession($this->body_billet_pay);
206 206
         $payment = $order->payments()
207
-            ->setBoleto(new \DateTime('today +1day'),'http://dev.moip.com.br/images/logo-header-moip.png')
207
+            ->setBoleto(new \DateTime('today +1day'), 'http://dev.moip.com.br/images/logo-header-moip.png')
208 208
             ->execute();
209 209
         $this->mockHttpSession('');
210 210
         $payment->authorize();
Please login to merge, or discard this patch.