globalpayments / rxp-js

Global Payments Ecommerce JavaScript Library
MIT License
34 stars 70 forks source link

HPP card storage fails because of missing PAYER_EXIST parameter #25

Open claudix opened 5 years ago

claudix commented 5 years ago

The file proxy-request.php from the examples directory doesn't add the parameter PAYER_EXIST when it's set to "0" in the HPP JSON configuration. Documentation says that this parameter is [M]andatory so the PHP code should take care of mandatory parameters like this that might get the value "0".