Closed LANGERGabrielle closed 3 years ago
Hi @LANGERGabriel
Sorry for the late reply. I'll merge your PR, thanks for the contribution. We've decided to go only with PHP 7.2 in the travis.yml file, that's the only reason the PR is failing for this, but once merged, it will work as a charm.
Thank you!
ApiUsers::CreateKycPage() states it can return false, but a quick glance at the possible code paths shows that it either returns true or throws.
Since all code paths that returns returns true, we can also simplify the code.