globalpayments / php-sdk

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

HostedPaymentData::$supplementaryData is ignored #46

Closed JeremySkinner closed 2 years ago

JeremySkinner commented 4 years ago

Hi,

The supplementaryData field on the HostedPaymentData is supposed to allow for additional custom/fields to be populated when sending an HPP request. However, this field is ignored - the RealexConnector::serializeRequest doesn't serialize it.

Edit: Looks like this is a duplicate of #30, which was reported a year ago and still hasn't been resolved.