Quantcast
Channel: Square Developer Forums - Latest topics
Viewing all articles
Browse latest Browse all 1326

Issue with API v41 in PHP in regards to OrderLineItems and Orders

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 1326

Trending Articles