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

Description: cannot be blank #126

Open
Rehan-Mobin opened this issue Jan 27, 2017 · 0 comments
Open

Description: cannot be blank #126

Rehan-Mobin opened this issue Jan 27, 2017 · 0 comments

Comments

@Rehan-Mobin
Copy link

2017-01-27T15:11:12+00:00 DEBUG (7): Array
(
[url] => https://abc.zendesk.com/api/v2/tickets.json
[method] => POST
[data] => {"name":"test","email":"jhon@abc.net","telephone":"666565","comment":"ta adsdtas comments","hideit":"","description":"ta adsdtas comments"}
)

2017-01-27T15:11:13+00:00 DEBUG (7): array (
'error' => 'RecordInvalid',
'description' => 'Record validation errors',
'details' =>
array (
'base' =>
array (
0 =>
array (
'description' => 'Description: cannot be blank',
'error' => 'BlankValue',
'ticket_field_id' => 21414565,
'ticket_field_type' => 'FieldDescription',
),
),
),
)

When i call Mage::getModel('zendesk/api_tickets')->create($pData); it gives me above error response in zendesk.log file. I am missing something there?

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