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
hello How are you ? i use you package is very usefull ,but you have problem with "Optional Params Example"
$client = new Mehdirochdi\CMI\CmiClient([
...
]);
$client->AutoRedirect = 'true';
you should put :
$client = new Mehdirochdi\CMI\CmiClient([
'AutoRedirect' => 'true',
]);
to work if you you put with your way it alwayse give this error :
3D-1004 - Code de sécurité eronné
and thank you
The text was updated successfully, but these errors were encountered:
hello How are you ? i use you package is very usefull ,but you have problem with "Optional Params Example"
$client = new Mehdirochdi\CMI\CmiClient([
...
]);
$client->AutoRedirect = 'true';
you should put :
$client = new Mehdirochdi\CMI\CmiClient([
'AutoRedirect' => 'true',
]);
to work if you you put with your way it alwayse give this error :
3D-1004 - Code de sécurité eronné
and thank you
The text was updated successfully, but these errors were encountered: