We had exposed PayPalAccountNonce.email as an optional String. Since we've just released the v5 version and we aren't sure on the timelines of v6, I am adding an additional property that has the same value as email, but gives the non-null guarantee.
Do we want to expose this for merchants to use a non-null property? I'd like to hear opinions on whether this change adds any value or causes more confusion that merchants being able to handle the null themselves.
Checklist
[ ] Added a changelog entry
[ ] Relevant test coverage
Authors
List GitHub usernames for everyone who contributed to this pull request.
Summary of changes
We had exposed
PayPalAccountNonce.email
as an optional String. Since we've just released the v5 version and we aren't sure on the timelines of v6, I am adding an additional property that has the same value asemail
, but gives the non-null guarantee.Do we want to expose this for merchants to use a non-null property? I'd like to hear opinions on whether this change adds any value or causes more confusion that merchants being able to handle the null themselves.
Checklist
Authors