You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why are we ignoring the PNStatus returned by executeRequest here?
executeRequest has full context of the API response and returns a fully populated PNStatus which is ignored and it is then being recreated minimally with only PNStatus.Category information.
Solution
We should either be passing the returned response from executeRequest or construct the PNStatus fully.
The text was updated successfully, but these errors were encountered:
PNStatus
not populated completelygo/subscription_manager.go
Line 336 in a2c70fc
executeRequest
has full context of the API response and returns a fully populatedPNStatus
which is ignored and it is then being recreated minimally with onlyPNStatus.Category
information.Solution
We should either be passing the returned response from
executeRequest
or construct thePNStatus
fully.The text was updated successfully, but these errors were encountered: