We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8611051 commit 1e43b15Copy full SHA for 1e43b15
lib/Nitrapi/Order/Pricing/DimensionPricing.php
@@ -9,7 +9,7 @@ public function getPrices($location_id) {
9
'query' => [
10
'location' => $location_id
11
]
12
- ]);
+ ])['prices'];
13
}
14
15
0 commit comments