stuartoreilly Posted June 8, 2017 Share Posted June 8, 2017 The examples given in the api reference (developers.whmcs.com/api-reference/addproduct/) are incorrect. incorrect: 'pricing[2][annually]' => '80.00' correct: 'pricing' => [ 2 => ['annually' => '80.00']] 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.