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

Fingerprint validation fails if getReturned() has been invoked before #3

Closed mbretter closed 8 years ago

mbretter commented 8 years ago

WirecardCEE_Stdlib_Return_ReturnAbstract->getReturned() should return a copy of the return data.

This method removes the responseFingerprint from the response, which causes the validation to fail.