@@ -25,7 +25,7 @@ |
||
| 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() |