library whmcs
iCash WHMCS
icash-pl/whmcs
iCash WHMCS
- Friday, January 20, 2017
- by sciarcinski
- Repository
- 0 Watchers
- 0 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
iCash.pl: WHMCS
Quick Installation
composer require icash-pl/whmcs
Getting started
setService('EdyEm5QfbSm7oSg8XojpkH87xz8qVHx2', 'ICH.TEST');
$whmcs->setNumbers([
[
'min' => 10.01,
'max' => 11.01,
'number' => 7955,
'net' => 10.00
],
[
'min' => 11.01,
'max' => 14.01,
'number' => 91155,
'net' => 14.00
],
[
'min' => 14.01,
'max' => 19.01,
'number' => 91955,
'gross' => 23.37
],
]);
$whmcs->setOrder([
'id' => 123,
'amount' => 15.00
]);
if (isset($_POST['code'])) {
$whmcs->getStatusCode($_POST['code']);
// ok
if ($whmcs->icash()->statusOk()) {
}
// error
else {
}
}
?>
dev-master
9999999-dev
iCash WHMCS
Sources
Download
MIT
The Requires
api
whmcs
icash
1.0.1
1.0.1.0
iCash WHMCS
Sources
Download
MIT
The Requires
api
whmcs
icash