LauLamanApps / iZettleApi

iZettle Api php intergration
MIT License
12 stars 15 forks source link

Getting a return from posting a product #40

Open zzsys opened 4 years ago

zzsys commented 4 years ago

Creating a new product works fine using the below, however how do we get a return of the product uid from iZettle? try { $productClient->createProduct($product); } catch (\Exception $exception) { echo GuzzleHttp\Psr7\str($err->getRequest()); }