Closed jayomayan closed 3 years ago
I get an error and im not sure where did i go wrong. here's my code:
private function getFundings($dealId) { $builder = CriteriaBuilder::where('Deal', $dealId) ->andWhere('Merchant_Accepted', 'Yes') ->andWhere('Position', '01'); return ZohoManager::useModule('Fundings')->searchRecordsByCriteria($builder->toString()); }
Got it fixed..
Why didn't you include your solution?
I get an error and im not sure where did i go wrong. here's my code: