DOCUMENTATION
Paypal (v1.6) 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.6 => LaraClassified v5.7+ and JobClass v4.5+
- v1.5 => LaraClassified (v5.2 to v5.6) and JobClass (v4.0 to v4.4)
- v1.4 => LaraClassified v5.1 and JobClass v3.9
- v1.3 => LaraClassified (v4.9 to v5.0) and JobClass (v3.7 to v3.8)
- v1.1 to v1.2 => LaraClassified (v3.1 to v4.8) and JobClass (v2.0 to v3.6)
- 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/
.