-
### PHP Version
8.1.13
### Shopware Version
6.4.18
### Expected behaviour
A Upload of an image via Media-Manager in the administration should upload the file to a Amazon-S3 Bucket or at…
-
https://shopware.stoplight.io/docs/admin-api/ZG9jOjEyNjI1Mzkw-media-handling#upload-the-resource-directly
-
MultiSafePay API being down bricks cart and checkout from webshops also using other payment methods.
https://github.com/MultiSafepay/shopware/blob/6a897dbc78b54b64d1b6813e9622610e26dab51d/Component…
-
Hello,
we have multiple error with the plugin version 4.0
The Error occurs on plugin activation.
[2022-11-15T13:46:24.510323+00:00] php.CRITICAL: Uncaught Error: Call to a member function …
-
Right now hydrated entities are cached in
_\Vin\ShopwareSdk\Repository\Traits\EntityHydrator::hydrateEntity_
`$cacheKey = $entityRaw['type'] . '-' . $entityRaw['id'];`
`if (array_key_exists($cac…
ckilb updated
2 years ago
-
-
Calling the AdminActionService's `action` method with `$method` = 'POST' causes throwing `\InvalidArgumentException`
```
(new AdminActionService(...))->execute('POST', ...);
```
The allow lis…
-
Hi,
currently it is not possible to use the AdminActionService for uploading media as binary. Only url based upload is supported.
See: https://shopware.stoplight.io/docs/admin-api/ZG9jOjEyNjI1Mz…
-
In `Vin\ShopwareSdk\Service\AdminActionService` the `$data` parameter has type `array`:
```php
class AdminActionService extends ApiService
{
public function execute(string $method, string $p…
-
If a search call is done with a custom definition, there will be a schema call for each entity of the results.
The reason for this is, that the InfoService is instantiated for each entity.
http…