Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Paypal Button Encryption on CI Problem
#12

[eluser]dale88[/eluser]
what i did was i created a cert folder outside system folder. In there i placed all the certificates then i configured .htaccess to redirect the cert folder to index.php. So the script should like the one below. Don't put base_url() otherwise it won't work


$paypal->setUserCertificate("cert/public-cert.pem", "cert/private-key.pem");


$paypal->setPaypalCertificate("cert/paypal_public_cert.pem");

$paypal->setPaypalCertificateID("7GU38MNDJEGM8");


Messages In This Thread
[SOLVED] Paypal Button Encryption on CI Problem - by El Forum - 01-12-2010, 07:08 AM
[SOLVED] Paypal Button Encryption on CI Problem - by El Forum - 01-12-2010, 08:30 AM
[SOLVED] Paypal Button Encryption on CI Problem - by El Forum - 01-12-2010, 11:36 PM
[SOLVED] Paypal Button Encryption on CI Problem - by El Forum - 01-12-2010, 11:50 PM
[SOLVED] Paypal Button Encryption on CI Problem - by El Forum - 01-13-2010, 12:00 AM
[SOLVED] Paypal Button Encryption on CI Problem - by El Forum - 01-13-2010, 01:48 AM
[SOLVED] Paypal Button Encryption on CI Problem - by El Forum - 01-13-2010, 03:36 AM
[SOLVED] Paypal Button Encryption on CI Problem - by El Forum - 01-13-2010, 08:42 AM
[SOLVED] Paypal Button Encryption on CI Problem - by El Forum - 01-13-2010, 11:42 PM
[SOLVED] Paypal Button Encryption on CI Problem - by El Forum - 01-14-2010, 01:17 AM
[SOLVED] Paypal Button Encryption on CI Problem - by El Forum - 01-14-2010, 08:42 AM
[SOLVED] Paypal Button Encryption on CI Problem - by El Forum - 01-15-2010, 03:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB