We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trying to install using prestashop 8.1.5 I have the following issue
Cannot Install module printful. The version of your module is not compliant with your PrestaShop version.
The text was updated successfully, but these errors were encountered:
I have the same problem but my prestashop version is 8.1.6
Sorry, something went wrong.
I have it working on PrestaShop 8.1.7, at least as far as I can tell; Printful support says it looks like it's talking to their system correctly too.
It took 3 changes to the Printful module:
• in src/services/web/WebserviceSpecificManagementPrintful.php
change:
public function setObjectOutput(WebserviceOutputBuilderCore $obj)
to:
public function setObjectOutput(WebserviceOutputBuilder $obj)
and change:
public function setWsObject(WebserviceRequestCore $obj)
public function setWsObject(WebserviceRequest $obj)
• in printful.php
'max' => '8.1.3',
'max' => '8.1.7',
EDIT: this is on PHP 7.3.33, by the way.
No branches or pull requests
trying to install using prestashop 8.1.5 I have the following issue
Cannot Install module printful. The version of your module is not compliant with your PrestaShop version.
The text was updated successfully, but these errors were encountered: