mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-13 14:58:41 +00:00
redirect fixes
This commit is contained in:
parent
e41b0d2d98
commit
f324ba454b
|
|
@ -97,7 +97,6 @@ trait ApiBillControllerTrait
|
||||||
|
|
||||||
$this->module->apiNoteCreate($request, $response);
|
$this->module->apiNoteCreate($request, $response);
|
||||||
self::assertEquals('ok', $response->getDataArray('')['status']);
|
self::assertEquals('ok', $response->getDataArray('')['status']);
|
||||||
var_dump($response->getDataArray('')['response']);
|
|
||||||
self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
|
self::assertGreaterThan(0, $response->getDataArray('')['response']->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user