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
When I do, I get a deprecation warning about the 'wait_seconds' parameter from klaviyo\api\lib\KlaviyoAPI.php on line 66 followed by a fatal error "Argument 1 passed to GuzzleHttp\Client::__construct() must be of the type array, string given".
It seems the KlaviyoAPI constructor still requires the 'wait_seconds' parameter to be set. It works if I add it as the third parameter:
I have v12.0.1 installed with composer. I'm trying to test this sample code:
When I do, I get a deprecation warning about the 'wait_seconds' parameter from klaviyo\api\lib\KlaviyoAPI.php on line 66 followed by a fatal error "Argument 1 passed to GuzzleHttp\Client::__construct() must be of the type array, string given".
It seems the KlaviyoAPI constructor still requires the 'wait_seconds' parameter to be set. It works if I add it as the third parameter:
The text was updated successfully, but these errors were encountered: