Hello, @_developer_12
Actually, for the both token and api_token you can pass the $token then try to send the request i hope your issue has been resolved,
Thanks
Hello, @_developer_12
Actually, for the both token and api_token you can pass the $token then try to send the request i hope your issue has been resolved,
Thanks
Hello,
your all code is right , but please verify your code by this
$response = $client->request('POST', '/api/orders', [
'headers' => [
'Accept' => 'application/json',
'Authorization' => 'Bearer '.$accessToken,
],
'form_params' => [
'api_token' => $token,
],
]);
Hello ,
Please verify that issue that is already raised on git
ref - https://github.com/bagisto/bagisto/issues/1974
Thnaks
Please specify the bagsito version.
Thanks
Hello,
you need to read out about flutter *how to send request in flutter with parameter after that you can achieve the goal.
thanks
hello ,
Please mention the bagisto version .
Hello,
Then you need to first send the token true that means first customer will logged in then you can access all that apis.
Hello @bagdev ,
Yes you only need to override the product create pages after that in that pages put the condition for not showing your product soo you need to put
that conditioon
@if ($key != 'simple')
<option value="{{ $key }}" {{ request()->input('type') ==
$productType['key'] ? 'selected' : '' }}>
{{ $productType['name'] }}
</option
@endif
into the product create dropdown.
thanks.
Hello @neha-ak3018 ,
Please follow the below link
https://github.com/bagisto/bagisto/issues/1974
Thanks