Commit ee3a236
authored
tier1 always be None in GET tier config request for level 2
Without having null allowable SDk will throw the following error
TypeError: Invalid structure for initialization of `TierConfigRequest`.
Error: {0: {'tiers': {'tier1': ['Field may not be null.']}}, 1: {'tiers': {'tier1': ['Field may not be null.']}}}.
Because in t2 config request t1 account always be none as per api result from connect platform1 parent 64f5943 commit ee3a236
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
504 | | - | |
| 504 | + | |
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
| |||
0 commit comments