Skip to content

Commit 870bdc0

Browse files
authored
Update License.php
1 parent 28bd491 commit 870bdc0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/PHPLicengine/Service/License.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,10 @@ public function getLicense ($orderItemId)
7676
{
7777
return $this->get($this->url . '/license/'. intval($orderItemId));
7878
}
79+
80+
public function updateLicense ($data)
81+
{
82+
return $this->post($this->url . '/license/update', $data);
83+
}
84+
7985
}

0 commit comments

Comments
 (0)