Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kendysond committed May 25, 2017
1 parent 5c20e4b commit ba16fe2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# OSClass Payment plugin + Paystack
This adds Paystack as a gateway on the OS class default Payment plugin - https://github.com/osclass/plugin-payment
This bundles the official payment plugin[https://github.com/osclass/plugin-payment] by Osclass with a Paystack module.

## Installation
1. Copy the "payment" folder to your plugins folder. Plugins path: `/oc-content/plugins/`.
2. Navigate to Plugins > Manage Plugins > Install on your OSClass admin panel to install the plugin
3. Paste your API keys.
10 changes: 5 additions & 5 deletions payment/index.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php
/*
Plugin Name: Payment system + Paystack
Plugin URI: http://www.osclass.org/
Description: Payment system
Plugin URI: https://paystack.com/
Description: Payment system + Paystack Module
Version: 1.0.0
Author: OSClass
Author URI: http://www.osclass.org/
Short Name: payments
Author: OSClass + Douglas Kendyson
Author URI: https://github.com/Kendysond
Short Name: Paystack
*/

define('PAYMENT_CRYPT_KEY', 'Paystack-Douglas-Kendyson');
Expand Down

0 comments on commit ba16fe2

Please sign in to comment.