Skip to content

Conversation

@jamiewhths
Copy link
Contributor

New changes to billing accounts in ActivityInfo add optional parent billing account ids. When a billing account does not have a parent, it is returned as a JSON null and is loaded as a NULL when read by the R package.

Unfortunately, the R package currently wants to convert the billing account object to a dataframe for other purposes, which does not accept NULL values in properties. Therefore add special handling to convert missing billing accounts to NA, and convert the parentBillingAccount id to a string as per the normal billing account id.

@jamiewhths jamiewhths requested a review from akbertram March 13, 2025 08:09
@akbertram akbertram changed the base branch from master to version-4.39 March 13, 2025 14:16
@akbertram akbertram merged commit 1096f83 into version-4.39 Mar 13, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants