- 🇳🇱Netherlands megachriz
I encountered the same issue initially after updating from Mollie Payment 7.x-1.1 and when I tried to complete checkout. Then I went to admin/modules and I saw that X Autoload wasn't yet enabled (I had enabled it on a local install, but I had forgotten to do so on the staging environment).
I flushed caches and tried to complete checkout again. This time I got the following error:
ParseError: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in Drupal\xautoload\ClassFinder\InjectedApi\LoadClassInjectedAPI->suggestFile() (regel 46 van /data/sites/web/vcaexamentrainingnl/subsites/staging.vcaexamentraining.nl/sites/all/libraries/mollie-api-php/src/MollieApiClient.php).
I had PHP 7.0 still active, because locally - on higher PHP versions - I encountered some other issues, such as "EntityMetadataWrapperException: Unknown data property commerce_product.".
So because of that I decided to upgrade the server to PHP 7.2. Now it appears to be working correctly. At least on the staging environment.