temporary fix bank_branch not null

This commit is contained in:
Jack Goh
2018-08-09 15:04:03 +08:00
parent c09fdabe5a
commit 9b78b8c669
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -55,7 +55,8 @@ class ChinaBankSlipTest extends TestCase
'actual_transfer_amount' => '12',
'details' => "123123",
'date' => "123123"
]);
]);
dd($response->getContent());
if(!file_exists($china_bank_slips_path) || $size_in_kb > 3072){
$response->assertStatus(400);
}