Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How i can add 2 or more descriptions on a card? #63

Open
krafik opened this issue Apr 18, 2018 · 1 comment
Open

How i can add 2 or more descriptions on a card? #63

krafik opened this issue Apr 18, 2018 · 1 comment

Comments

@krafik
Copy link

krafik commented Apr 18, 2018

I have a code:
`$client = new Client();
$client->authenticate($apiKey, $token, Client::AUTH_URL_CLIENT_ID);

$manager = new Manager($client);
$card = $manager->getCard();

$card
->setName($_POST['nameProj'])
->setListId('5ac91a71bd573908d72377cd')
->setDescription('NewDescr')
->setDescription('Newdesct2')
->save();`
When I add second "->setDescription('Newdesct2')", the first one is not working. How I can fix this?

@krafik
Copy link
Author

krafik commented Apr 19, 2018

I can fix this problem. thk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant