03-14-2021, 10:30 PM (This post was last modified: 03-14-2021, 10:31 PM by richb201.)
I installed with composer. But I think something went wrong. I did get a popup about using an older version of composer. When I run it I am getting this error: Class 'Sendpulse\RestApi\ApiClient' not found at this line $SPApiClient = new ApiClient(API_USER_ID, API_SECRET, new FileStorage());
I am including these lines in the top of my module: use Sendpulse\RestApi\ApiClient; use Sendpulse\RestApi\Storage\FileStorage;
I took a look but I do not find Sendpulse installed in my Vendor directory at all, like the other packages I am using.