Commit 3e91bee5 authored by Ben Hayward's avatar Ben Hayward

Quick fix

1 merge request!279[Sprint/JollyJellyfish](feat): Added plus tiers to endpoint and passed through #578
Pipeline #73024046 running with stages
......@@ -46,8 +46,8 @@ class Plus
return $wire; //not offchain or potential onchain fraud
}
// 20 tokens
if ($wire->getAmount() != "20000000000000000000") {
// 20 tokens, 180 tokens, 500 tokens.
if ($wire->getAmount() != "20000000000000000000" && $wire->getAmount() != "180000000000000000000" && $wire->getAmount() != "500000000000000000000") {
return $wire; //incorrect wire amount sent
}
......
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 to comment