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

Commit ee0ce5b

Browse files
committed
HOT-49: delete attribute API no response issue fixed
1 parent 10f1240 commit ee0ce5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

V2.0/Mailin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ public function create_attribute($data)
553553
@param {Array} data contains php array with key value pair.
554554
@options data {Integer} type: Type of attribute to be deleted [Mandatory]
555555
*/
556-
public function delete_attribute($type,$data)
556+
public function delete_attribute($data)
557557
{
558558
$type = $data['type'];
559559
unset($data['type']);

0 commit comments

Comments
 (0)