mehdirochdi / cmi-payment-php

PHP package to communicate with the CMI payment plateform in Morocco
MIT License
72 stars 25 forks source link

Optional Params Example Error #6

Open adilelkhalloufi opened 2 years ago

adilelkhalloufi commented 2 years ago

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 commented 2 years ago

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