We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6632797 commit 96c3ee5Copy full SHA for 96c3ee5
yeti_switch_api/orm/customers_auth.py
@@ -13,7 +13,7 @@ class Meta:
13
customer = RelationField("customer")
14
account = RelationField("account")
15
rateplan = RelationField("rateplan")
16
- routing_plan = RelationField("routing-plan")
+ routing_plan = RelationField("routing_plan")
17
gateway = RelationField("gateway")
18
pop = RelationField("pop")
19
0 commit comments