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
I got the following error when using the SubmitOfferPackage Sample:
"The file Md5Checksum of the submitted integration file is null for the file ....."
Should not the SubmitOfferPackage.php sample to calcul it?
Best Regards,
Alain
The text was updated successfully, but these errors were encountered:
I had the same problem.
Finally after a lot of exchange with CDiscount's support, we finally unterstand why we got this error.
It was just because i had some security on my servers and the robots cannot download the file.
The access of CDIscount is anonymous (without UserAgent) and for us is a bad access so we blocked it.
I obtained the IP's pool of CDiscount robots to add them oon a whitelist:
62.122.8.8
62.122.15.8
62.122.8.12
62.122.15.12
62.122.8.21
62.122.15.21
62.122.8.24
62.122.15.24
I hope it's can help other person because this error was not very explicite.
Hi,
I got the following error when using the SubmitOfferPackage Sample:
"The file Md5Checksum of the submitted integration file is null for the file ....."
Should not the SubmitOfferPackage.php sample to calcul it?
Best Regards,
Alain
The text was updated successfully, but these errors were encountered: