You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()); }
The text was updated successfully, but these errors were encountered:
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()); }
The text was updated successfully, but these errors were encountered: