linkorb / buckaroo

API client for Buckaroo BPE 3.0 for PHP. PSR-0 compliant.
MIT License
11 stars 16 forks source link

Added 'urldecode' to the value in Sha1Composer (following the documentation) #21

Open evertharmeling opened 6 years ago

evertharmeling commented 6 years ago

Documentation:

Please note: When verifying a received signature. first url-decode all the field values. A signature is always calculated over the non-encoded values (i.e. The value "J.+de+Tester" should be decoded to "J. de Tester").