File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11# OSClass Payment plugin + Paystack
2- This adds Paystack as a gateway on the OS class default Payment plugin - https://github.com/osclass/plugin-payment
2+ This bundles the official payment plugin[ https://github.com/osclass/plugin-payment ] by Osclass with a Paystack module.
3+
4+ ## Installation
5+ 1 . Copy the "payment" folder to your plugins folder. Plugins path: ` /oc-content/plugins/ ` .
6+ 2 . Navigate to Plugins > Manage Plugins > Install on your OSClass admin panel to install the plugin
7+ 3 . Paste your API keys.
Original file line number Diff line number Diff line change 11<?php
22/*
33Plugin Name: Payment system + Paystack
4- Plugin URI: http ://www.osclass.org /
5- Description: Payment system
4+ Plugin URI: https ://paystack.com /
5+ Description: Payment system + Paystack Module
66Version: 1.0.0
7- Author: OSClass
8- Author URI: http ://www.osclass.org/
9- Short Name: payments
7+ Author: OSClass + Douglas Kendyson
8+ Author URI: https ://github.com/Kendysond
9+ Short Name: Paystack
1010*/
1111
1212 define ('PAYMENT_CRYPT_KEY ' , 'Paystack-Douglas-Kendyson ' );
You can’t perform that action at this time.
0 commit comments