DOCUMENTATION
Paypal (v1.1) plugin for LaraClassified and JobClass.
Installation
To install this plugin:- Copy the plugin's (uncompressed) folder into the script's plugins folder like this:
/app/Plugins/paypal/
- Go to your Admin panel -> Plugins (and click on "Install") to install it.
Compatibility
- v1.1 => LaraClassified v3.1+ and JobClass v2.0+
- v1.0 => LaraClassified v3.0 and JobClass v1.9
Update
Replace all the plugin's files on your server.Configuration
Add the settings below in the script's/.env
file on your server:
PAYPAL_MODE= PAYPAL_USERNAME= PAYPAL_PASSWORD= PAYPAL_SIGNATURE=Example of use:
PAYPAL_MODE=your-paypal-mode PAYPAL_USERNAME=your-paypal-username PAYPAL_PASSWORD=your-paypal-password PAYPAL_SIGNATURE=your-paypal-signature
Translation
To translate this plugin into your language:- Go to the languages folder at
/app/Plugins/paypal/resources/lang/
- Duplicate the folder
/app/Plugins/paypal/resources/lang/en/
to/app/Plugins/paypal/resources/lang/<abbr>/
NOTE: Don't forget replace<abbr>
by your language code (e.g. "de" for German language). - Open the file
/app/Plugins/paypal/resources/lang/<abbr>/messages.php
and translate it NOTE: To translate the file, you must change the values and not the keys of PHP array.
Uninstallation
To uninstall this plugin, go to your Admin panel -> Plugins (and click on "Uninstall") to uninstall it.Removing
To remove this plugin:- Uninstall it
- Go in the folder
/app/Plugins/
and remove the folderpaypal/
.