Skip to content

Commit

Permalink
add neosurf
Browse files Browse the repository at this point in the history
  • Loading branch information
payssion committed Apr 11, 2017
1 parent 467f6b5 commit e5e5ffc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions modules/gateways/payssionneosurf.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php
/*
Plugin Name: neosurf for WHMCS
Description: neosurf payment gateway plugin for WHMCS
Version: 1.0
Compatible with: WHMCS 5.3.14, 6.0.2
Author: Payssion
Author URI: https://www.payssion.com
Release date: 11/16/2015
*/

require_once realpath(dirname(__FILE__)) . "/payssion/payssion.php";

function payssionneosurf_config() {
return Payssion::getConfig('Neosurf');
}

function payssionneosurf_link($params) {
return Payssion::getLink($params, 'neosurf');
}
?>

0 comments on commit e5e5ffc

Please sign in to comment.