Skip to content
Commit 1521bf09 authored by Benjamin Bouvier's avatar Benjamin Bouvier Committed by hydrargyrum
Browse files

[paypal] Speed up decoding process;

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.
parent 7525b195
Pipeline #278635615 failed with stages
in 1 hour, 2 minutes, and 4 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment