tpv fix response

parent 4d81673a
Showing with 1 additions and 1 deletions
...@@ -143,7 +143,7 @@ module.exports = { ...@@ -143,7 +143,7 @@ module.exports = {
} }
} }
if (ownParams.Ds_Response[0] != '0'){ if (ownParams.Ds_Response[0] != '0' || ownParams.Ds_Response[1] != '0'){
throw new Error("Bad response"); throw new Error("Bad response");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment