Installation

To install this plugin:

  • Copy the plugin's (uncompressed) folder into the script's plugins folder like this: /extras/plugins/paystack/
  • Go to your Admin panel → Add-ons (and click on "Install") to install it.

Compatibility

  • v2.1.0 => LaraClassifier v15.0.0+ and JobClass v14.0.0+
  • v2.0.1 => LaraClassifier v14.2.0 and JobClass v13.2.0
  • v2.0.0 => LaraClassifier (v14.0.0 to v14.1.0) and JobClass (v13.0.0 to v13.1.0)
  • v1.9 => LaraClassifier (v11.0.0 to v13.0.0) and JobClass (v10.0.0 to v12.0.0)
  • v1.8 => LaraClassifier (v10.2.0 to v10.2.6) and JobClass (v9.2.0 to 9.2.6)
  • v1.7 => LaraClassifier (v10.1.2 to v10.1.4) and JobClass (v9.1.3 to v9.1.5)
  • v1.6 => LaraClassifier (v10.0.0 to v10.1.1) and JobClass (v9.0.0 to v9.1.2)
  • v1.5 => LaraClassifier (v9.0.0 to v9.0.1) and JobClass (v8.0.0 to v8.0.1)
  • v1.4 => LaraClassifier (v8.0.2 to v8.0.6) and JobClass (v7.0.2 to v7.0.6)
  • v1.3 => LaraClassifier (v7.1.1 to 8.0.1) and JobClass (v5.9.1 to v7.0.1)
  • v1.2 => LaraClassifier v7.1.0 and JobClass v5.9.0
  • v1.1 => LaraClassifier v7.0.4 and JobClass v5.8.4
  • v1.0 => LaraClassifier (v6.6.x to v7.0.3) and JobClass (v5.4.x to v5.8.3)

Update

Replace all the plugin's files on your server.

Configuration

First, you have to register as developer on Paystack and get your account parameters.

Add the settings below in the script's /.env file on your server:

PAYSTACK_PUBLIC_KEY=
PAYSTACK_SECRET_KEY=
PAYSTACK_PAYMENT_URL=https://api.paystack.co
PAYSTACK_CURRENCIES="NGN,GHS"

Example of use:

PAYSTACK_PUBLIC_KEY=your-paystack-public-key
PAYSTACK_SECRET_KEY=your-paystack-secret-key
PAYSTACK_PAYMENT_URL=https://api.paystack.co
PAYSTACK_CURRENCIES="NGN,GHS"

Translation

To translate this plugin into your language:

  • Go to the languages folder at /extras/plugins/paystack/lang/
  • Duplicate the folder /extras/plugins/paystack/lang/en/ to /extras/plugins/paystack/lang/<code>/
  • Open the file /extras/plugins/paystack/lang/<code>/messages.php and translate it.

Uninstallation

To uninstall this plugin, go to your Admin panel → Add-ons (and click on "Uninstall") to uninstall it.

Removing

To remove this plugin:

  • Uninstall it
  • Go in the folder /extras/plugins/ and remove the folder paystack/.

Resources

Was this article helpful?

Thank you for your feedback!

Still need help? Create a support ticket

Create a Ticket