Closed Brucimus83 closed 2 years ago
On line 285 of Gp3DSProvider.php
if (!empty($builder->getMobileNumber)) {
should be
if (!empty($builder->getMobileNumber())) {
The brackets being missing do not cause an error, but the mobile number is never then passed in the api call.
Please fix this
Hi @Brucimus83, thanks for catching this! An updated version of the code will be available on Thursday.
On line 285 of Gp3DSProvider.php
should be
The brackets being missing do not cause an error, but the mobile number is never then passed in the api call.