Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] payment_buckaroo: copy values dict to avoid altering original dict
_buckaroo_generate_digital_sign uses the values dict to generate the shasign At some point, it alters the dict, it removes BRQ_SIGNATURE, but, as the values dict was not copied, it altered the original dict. So, the key BRQ_SIGNATURE was not anymore present for methods called after _buckaroo_generate_digital_sign. For instance, the overriden method form_feedback of website_sale payment
- Loading branch information