mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-11 15:18:42 +00:00
fix bug
This commit is contained in:
parent
c13be88579
commit
9d823d4aa1
|
|
@ -65,10 +65,10 @@ trait ApiPurchaseControllerTrait
|
|||
|
||||
$this->modulePurchase->apiSupplierBillUpload($request, $response);
|
||||
self::assertEquals(RequestStatusCode::R_200, $response->header->status);
|
||||
}
|
||||
|
||||
if (\is_dir(__DIR__ . '/temp')) {
|
||||
Directory::delete(__DIR__ . '/temp');
|
||||
}
|
||||
if (\is_dir(__DIR__ . '/temp')) {
|
||||
Directory::delete(__DIR__ . '/temp');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user