globalpayments / php-sdk

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

Payer Exist code doesn't align with documentation. #127

Open slaweknaczynski opened 3 weeks ago

slaweknaczynski commented 3 weeks ago

In your documentation you say allowed values for Payer Exist are 0, 1 or 2: Clipboard Image

But the code will never allow for option "2" - it will either be 1 or 0

Slawek_proc

https://github.com/globalpayments/php-sdk/blob/fe6d4f35a76f11164fe2c4b812fc98c3f696c7ae/src/Gateways/GpEcomConnector.php#L270