Results 29 comments of Sébastien Vérité

... ``` $file = fopen(dirname(__FILE__) . '/../../../Resources/config/paybox_public_key.pem', 'r'); $cert = fread($file, 8192); fclose($file); $publicKey = openssl_pkey_get_public($cert); $first = strpos ( $_SERVER ['REQUEST_URI'], '?' ); $qrystr = substr ( $_SERVER ['REQUEST_URI'],...

@Soullivaneuh , i had already read it, i just wondering where to clone the fork. generally, on SF2, when you fork a repo, where do you physically place the directory...

@nykopol : don't work; got always signature is invalid

@nykopol i try with your pr #28 and always got an invalid signature check (I had fixed a typo in your PR28, don't know if i dit it well by...

it seems that paybox had changed their code, they encode the ref parameter...it wasn't before

now: is someone got a valid signature in DEV ?

lol...i am with support too and try to find why ! The problem is: the url call the ipn response with encoded characters for the ref parameter ans this is...