Skip to content

Commit 96c3ee5

Browse files
committed
add RoutingPlan
1 parent 6632797 commit 96c3ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yeti_switch_api/orm/customers_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Meta:
1313
customer = RelationField("customer")
1414
account = RelationField("account")
1515
rateplan = RelationField("rateplan")
16-
routing_plan = RelationField("routing-plan")
16+
routing_plan = RelationField("routing_plan")
1717
gateway = RelationField("gateway")
1818
pop = RelationField("pop")
1919

0 commit comments

Comments
 (0)