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
Hi,
you cannot use the _action/document/$documentId/$deepLinkCode route to receive an order document as pdf file.
The reason is that the pdf content is parsed via json_decode() here:
Hi,
you cannot use the
_action/document/$documentId/$deepLinkCode
route to receive an order document as pdf file.The reason is that the pdf content is parsed via
json_decode()
here:shopware-php-sdk/src/Service/AdminActionService.php
Line 27 in 389efca
The text was updated successfully, but these errors were encountered: