Osclass forums
Support forums => Plugins => Plugin Payments => Topic started by: leeharrison44 on September 24, 2013, 12:56:49 am
-
hi i'v just added the payment plugin to my site but this message came up when i tried to set it up ?
Please, change the crypt key (PAYMENT_CRYPT_KEY) in /var/chroot/home/content/99/11812799/html/oc-content/plugins/payment/index.php
I'm not sure what to do. hope some one can help :)
Thanks
-
In said file, you have the following :
define('PAYMENT_CRYPT_KEY', 'randompasswordchangethis');
You need to change 'randompasswordchangethis' to whatever you like, for example
define('PAYMENT_CRYPT_KEY', 'lisuayneriauerbwerklcxr');
code]
Your Paypal's API details are stored in the database, if someone steal your database it could access your paypal account and withdraw the money. changing said string, your API details will be encrypted, so in the case they steal your database, they will need to know the key you used.
-
what is the file that have to correrct?
-
oc-content/plugins/payment/index.php