Miles Hart

Results 2 issues of Miles Hart

I'm doing a very basic "Transport" (not the basic one) Transport implementation, and I'm seeing $this->scopes is null on a basic GET request... (src/Builder.php) ``` public function getQuery() { return...

I'm updating a order entry line and if I try an update the price, the XML is creating null elements for itemid and quantity as these are allowing null. The...