|
@@ -44,8 +44,9 @@ |
|
44
|
44
|
} |
|
45
|
45
|
|
|
46
|
46
|
return $this->http_request( 'GET', 'quota/kits', [], [ |
|
47
|
47
|
'return_type' => static::HTTP_RETURN_TYPE_ARRAY, |
|
48
|
+ 'with_error_data' => true, |
|
48
|
49
|
] ); |
|
49
|
50
|
} |
|
50
|
51
|
|
|
51
|
52
|
public function validate_quota( $quota ) { |