NAME
Net::WHMCS::Order - WHMCS API Order
VERSION
version 0.07
addorder
$whmcs->order->addorder({
clientid => 1,
pid => 1,
domain => 'whmcs.com',
billingcycle => 'monthly',
...
});
http://docs.whmcs.com/API:Add_Order
acceptorder
$whmcs->order->acceptorder({
orderid => 1
});
http://docs.whmcs.com/API:Accept_Order
addorder
$client->getproducts();
http://docs.whmcs.com/API:Get_Products
AUTHOR
Fayland Lam <fayland@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Fayland Lam.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.