Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: if an attribute is not required, allow it not be set
When using the API would get "Undefinedarray key" errors on missing custom attributes, even though those attributes were not required. Now allow the custom attribute to be missing if not a required custom attribute.
- Loading branch information