Code error on PayerInformation.setBusinessName
Status: Beta
Brought to you by:
pete911
Hi,
There's a bug that eclipse told me when adding the files to my project:
if (name == null && name.length() > 127) { (l.109)
name is null AND name.length() will crash.
This should be replaced by a ||
Nice idea however, I will test it in an android application