globalpayments / php-sdk

GNU General Public License v2.0
49 stars 66 forks source link

Bug: Mobile Number not passed in 3DS2 authorisation request #28

Closed Brucimus83 closed 2 years ago

Brucimus83 commented 5 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.

csdougliss commented 5 years ago

Please fix this

eric-vest commented 5 years ago

Hi @Brucimus83, thanks for catching this! An updated version of the code will be available on Thursday.