Skip to content

Commit 265eae2

Browse files
authored
Merge pull request #40 from tm1000/patch-1
Add 'localVanity' as a search option
2 parents 3714dd1 + 433b668 commit 265eae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Account.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public function availableNpaNxx($filters=Array()) {
181181
}
182182

183183
public function availableNumbers($filters=Array()){
184-
$query_fields = ["areaCode", "quantity", "enableTNDetail", "npaNxx", "npaNxxx",
184+
$query_fields = ["areaCode", "quantity", "enableTNDetail", "localVanity", "npaNxx", "npaNxxx",
185185
"LCA", "enableTNDetail", "rateCenter", "state", "quantity", "tollFreeVanity",
186186
"tollFreeWildCardPattern", "city", "zip", "lata" ];
187187

0 commit comments

Comments
 (0)