qenta-cee / checkout-client-library

Client library used mainly by QENTA Checkout Page and Seamless plugins for payment processing
GNU General Public License v2.0
6 stars 2 forks source link

Remove null fields in fingerprint order for recur payments #10

Closed mbretter closed 5 years ago

mbretter commented 7 years ago

The fingerprint order array must not contain optional fields which are not set (null).

Fingerprint generation fails at the moment for recur payments if not all fields are set.

Affects ToolkitClient (page) and BackendClient (seamless).