NAME

Net::WHMCS::Miscellaneous - WHMCS API Miscellaneous

VERSION

version 0.08

addproduct

$whmcs->misc->addproduct({
	type => 'other',
	gid => 1,
	name => 'Sample Product',
	paytype => 'recurring',
	'pricing[1][monthly]' => '5.00',
	'pricing[1][annually]' => '50.00',
	...
});

http://docs.whmcs.com/API:Add_Product

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.