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

Commit 9eae98e

Browse files
committed
HOT-49: delete attribute API no response issue fixed
1 parent 5250aa4 commit 9eae98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Wrapper/Mailin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ public function create_attribute($data)
564564
@param {Array} data contains php array with key value pair.
565565
@options data {Integer} type: Type of attribute to be deleted [Mandatory]
566566
*/
567-
public function delete_attribute($type,$data)
567+
public function delete_attribute($data)
568568
{
569569
$type = $data['type'];
570570
unset($data['type']);

0 commit comments

Comments
 (0)