Habib Chauhan
Habib Chauhan
Hi! its habib 1st thing - when page is load it does not show all buttons in one line some show in 2nd row. i have set auto width true...
ProductApi::merchant([ 'merchant_id' => config('laravel-google-merchant-api.merchants.moirei.merchant_id'), 'client_credentials_path' => config('laravel-google-merchant-api.merchants.moirei.client_credentials_path') ])->delete(function($product){ $product->offerId(2); })->then(function($response){ echo 'Product deleted'; })->otherwise(function($response){ echo 'Delete failed'; })->catch(function($e){ echo($e->getResponse()->getBody()->getContents()); }); this is going on Delete Failed, but it is also...