Skip to content
This repository was archived by the owner on Jul 5, 2021. It is now read-only.

Commit 0d4a43d

Browse files
author
Ramon J. A. Smit
authored
Update GetServicePlan.php
Added plan name in the repsonse
1 parent a443f8a commit 0d4a43d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DALTCORE/Plesk/GetServicePlan.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ protected function processResponse($xml)
8282
return [
8383
'id' => (string)$plan->id,
8484
'guid' => (string)$plan->guid,
85+
'name' => (string)$plan->name,
8586
'status' => (string)$plan->status,
8687
'limits' => [
8788
'overuse' => (string)$plan->limits->overuse,

0 commit comments

Comments
 (0)