jlevers / selling-partner-api

A PHP client library for Amazon's Selling Partner API
BSD 3-Clause "New" or "Revised" License
398 stars 185 forks source link

Error using v6 #666

Closed bgarret closed 6 months ago

bgarret commented 6 months ago

Problem description:

Every DTO seems to inherit Crescat\SaloonSdkGenerator\BaseDto, but it is not pulled when installing with composer require jlevers/selling-partner-api.

The dev dependencies mention "crescat-io/saloon-sdk-generator": "dev-master", but the BaseDto class is specific to your fork.

Error:

Class "Crescat\SaloonSdkGenerator\BaseDto" not found

What can I do to resolve the problem?

jlevers commented 6 months ago

Sorry, I overlooked a composer.json change that I'd made locally but hadn't pushed. Give v6.0.1 a try and let me know if that fixes the issue.

bgarret commented 6 months ago

Much better like this, thanks a lot for your work!