-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Aryo Prakarsa
committed
Oct 13, 2017
0 parents
commit e4b3227
Showing
13 changed files
with
7,349 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# WHMCS DOKU HOSTED PAYMENT MODULE # | ||
|
||
DOKU ❤️ WHMCS ! Let your WHMCS store integrated with DOKU payment gateway. | ||
|
||
## Description ## | ||
|
||
DOKU payment gateway is an online payment gateway. We strive to make payments simple for both the merchant and customers. | ||
With this plugin you can accept online payment on your WHMCS using DOKU payment gateway. | ||
|
||
### Minimum Requirements ### | ||
|
||
- WHMCS v7.2.3 or WHMCS v7.x | ||
- PHP version 5.5.x or greater | ||
- MySQL version 5.0 or greater | ||
|
||
### Installation ### | ||
|
||
1. Download the modules from this repository. | ||
2. Extract Whmcs-master.zip file you have previously downloaded. | ||
3. Upload & merged module folder that you have extracted into your WHMCS directory. | ||
|
||
## Installation & Configuration ## | ||
|
||
1. Access your WHMCS admin page. | ||
2. Go to menu Setup -> Payments -> Payment Gateways. | ||
3. Click DOKU Hosted as payment method. | ||
4. Then choose Setup -> Payments -> Payment Gateways -> Manage Existing Gateways | ||
5. Fill the input as instructed on the screen. | ||
6. Click Save Changes | ||
|
||
#### NOTES #### | ||
|
||
* Please note that our this our payment modules not using `composer.json` | ||
* Add the url on the admin panel to cron on your WHMCS hosted for check status payment process. | ||
* In order to use this module please register at [DOKU Website](https://www.doku.com) to get an API. | ||
|
||
Further infornation about DOKU, please check our website on [DOKU Website](https://www.doku.com) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Composer files | ||
composer.phar | ||
vendor/ | ||
|
||
# Local configs | ||
config/autoload/*.local.php | ||
|
||
# Binary gettext files | ||
*.mo | ||
|
||
# Data | ||
data/logs/ | ||
data/cache/ | ||
data/sessions/ | ||
data/tmp/ | ||
temp/ | ||
|
||
#Doctrine 2 | ||
data/DoctrineORMModule/Proxy/ | ||
data/DoctrineORMModule/cache/ | ||
|
||
|
||
# Legacy ZF1 | ||
demos/ | ||
extras/documentation | ||
|
||
# IGNORE .vscode | ||
.vscode/ |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.