mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-14 23:38: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);
|
$this->modulePurchase->apiSupplierBillUpload($request, $response);
|
||||||
self::assertEquals(RequestStatusCode::R_200, $response->header->status);
|
self::assertEquals(RequestStatusCode::R_200, $response->header->status);
|
||||||
|
}
|
||||||
|
|
||||||
if (\is_dir(__DIR__ . '/temp')) {
|
if (\is_dir(__DIR__ . '/temp')) {
|
||||||
Directory::delete(__DIR__ . '/temp');
|
Directory::delete(__DIR__ . '/temp');
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user