|
@@ -59,7 +59,7 @@ |
|
|
block discarded – undo |
|
59
|
59
|
$criteriaBuilder = new ListCriteriaBuilder(); |
|
60
|
60
|
// $criteriaBuilder->setFields()->setFilters()... |
|
61
|
61
|
$ticketList = $gateway->getOperationPool()->getListOperation('tickets')->getList($criteriaBuilder->create()); |
|
62
|
|
- $ticketList = $gateway->getOperationPool()->getListOperation('tickets')->getByIds([1,2,3]); |
|
|
62
|
+ $ticketList = $gateway->getOperationPool()->getListOperation('tickets')->getByIds([1, 2, 3]); |
|
63
|
63
|
} catch (CouldNotReadException $e) { |
|
64
|
64
|
// Handle the exception... |
|
65
|
65
|
} |
Please login to merge, or discard this patch.