bleroy / Nwazet.Commerce

Idiomatic commerce module for Orchard CMS.
BSD 3-Clause "New" or "Revised" License
26 stars 21 forks source link

WishListUIServces not throwing Exception anymore #139

Closed MatteoPiovanelli-Laser closed 6 years ago

MatteoPiovanelli-Laser commented 6 years ago

Fixes #138 Instead of throwing an ArgumentNullException, if the user is null the methods now return null. This seems to not break anything, because the output of these methods is currently not used anywhere the user may be null, by default. Safely using these methods will now require null-checks.

MatteoPiovanelli-Laser commented 6 years ago

thanks for the merge