Allow Payment Notes to be null
This PR allows null
to be passed as a payment note. There might be more PRs like this as I find the lesser used CBS fields and make them less restrictive, but I'm going to merge these ASAP since they're just annotations and I'm doing some testing.
Merge request reports
Activity
mentioned in commit 120d7e87
@ahoffmann that would have worked but we would have to check what the Magento order is returning (either a string or
null
) and send''
if the Magento order returnednull
. Allowingnull
straight away was less logic.@andrew-summers that makes sense, thanks!
Please register or sign in to reply