Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
HOT-49: delete attribute API no response issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ekta-slit committed Feb 26, 2016
1 parent 10f1240 commit ee0ce5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion V2.0/Mailin.php
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ public function create_attribute($data)
@param {Array} data contains php array with key value pair.
@options data {Integer} type: Type of attribute to be deleted [Mandatory]
*/
public function delete_attribute($type,$data)
public function delete_attribute($data)
{
$type = $data['type'];
unset($data['type']);
Expand Down

0 comments on commit ee0ce5b

Please sign in to comment.