Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryo Prakarsa committed Oct 13, 2017
0 parents commit e4b3227
Show file tree
Hide file tree
Showing 13 changed files with 7,349 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
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)
28 changes: 28 additions & 0 deletions modules/gateways/.gitignore
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/
1,108 changes: 1,108 additions & 0 deletions modules/gateways/callback/dokuhosted.php

Large diffs are not rendered by default.

1,507 changes: 1,507 additions & 0 deletions modules/gateways/callback/dokusubscription.php

Large diffs are not rendered by default.

Loading

0 comments on commit e4b3227

Please sign in to comment.