Completed
Branch master (e6019f)
by i
31s
created
tests/PaymentTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         ];
26 26
         $this->expectException(InvalidKeyException::class);
27 27
         Payment::alipay(['foo' => 'bar', 'env' => 'dev'])
28
-               ->web($order);
28
+                ->web($order);
29 29
     }
30 30
 
31 31
     public function testGatewayException()
Please login to merge, or discard this patch.