Skip to content

Description: cannot be blank #126

Open
@Rehan-Mobin

Description

@Rehan-Mobin

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":"[email protected]","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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions