testing seat api

This commit is contained in:
2018-11-21 23:41:03 -06:00
parent cf0996ee66
commit f872445ae5
3 changed files with 7 additions and 3 deletions

View File

@@ -29,8 +29,9 @@ class FinancesController extends Controller
}
public function displayWallet() {
$helper = new SeatHelper();
$helper->GetCorpJournal(98287666, 3);
$helper = new Finances();
$data = $helper->GetWalletJournal(1, 92626011);
}
public function displayTaxes() {