API for Create New Pricing Plan
Hello,
I have this problem. I want to create a new Pricing Plan from my Web Site using the API. But i dont find any documentation of this.
I just find this:
/*
* Create new plan
*
* This method is not currently supported and could change in the future.
* Use at your own risk.
*
* @param array|null $data
* @return CheddarGetter_Response
* @throws CheddarGetter_Response_Exception
//
function newPlan(array $data) {
return new CheddarGetter_Response($this->request('/plans/new', $data));
}/
I read all the information and i dont see description of the exactly parameters for @data. Just know is a array.
Please help with this.
Thanks, i wait for your answer.
Goodbye
Discussions are closed to public comments.
If you need help with Cheddar please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Marc Guyer on 18 Oct, 2010 06:55 PM
That method isn't actually supported. The creation of plans is in a state of change. As feature set expands, so will creating and configuring pricing plans.
Dean closed this discussion on 16 Jan, 2013 02:58 PM.