Skip to content

Commit 1e43b15

Browse files
author
Alexander Birkner
committed
Update Tue Jun 14 18:16:25 CEST 2016
1 parent 8611051 commit 1e43b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Nitrapi/Order/Pricing/DimensionPricing.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public function getPrices($location_id) {
99
'query' => [
1010
'location' => $location_id
1111
]
12-
]);
12+
])['prices'];
1313
}
1414

1515
}

0 commit comments

Comments
 (0)