Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional Params Example Error #6

Open
adilelkhalloufi opened this issue Apr 1, 2022 · 1 comment
Open

Optional Params Example Error #6

adilelkhalloufi opened this issue Apr 1, 2022 · 1 comment

Comments

@adilelkhalloufi
Copy link

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

@mehdirochdi
Copy link
Owner

I didn't check, maybe it's an update from CMI, but it works for me before, anyway thanks for your message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants