Skip to content

Commit ba16fe2

Browse files
committed
v1.0.0
1 parent 5c20e4b commit ba16fe2

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
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.

payment/index.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php
22
/*
33
Plugin 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
66
Version: 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');

0 commit comments

Comments
 (0)