I upconverted our application (ConTroll Registration Software) from v40 of the PHP API to V41, which of course required some of a rewrite.
The rewrite wasn’t hard, but I’m having an issue getting the right data to Square. In the older api:
$item->setName(string), $item->setNote(string) set the name and note in the order item.
In the new api…
$item = new OrderLineItem([ …
6 posts - 3 participants