Skip to content

[paypal] Speed up decoding process

Woob Import requested to merge speedup-paypal into master

Before this patch, the decoding process would spawn one node process every time we want to decode a single obfuscated value. This patch batches all the calls by putting all the entries to deobfuscate into a JS array; the JS function will create a map of the cleared data.

Merge request reports