Commit 4bbbf6eb authored by Ben Hayward's avatar Ben Hayward

formatting

1 merge request!279WIP: [Sprint/JollyJellyfish](feat): Added plus tiers to endpoint and passed through #578
Pipeline #72116035 running with stages
......@@ -59,7 +59,7 @@ class Plus
if (!$user) {
return $wire;
}
// error_log(var_export($wire->getTimestamp(), true));
// check the users tier if passed in. If not, it's a standard monthly subscription.
switch ($tier) {
case 'lifetime':
......
......@@ -201,7 +201,7 @@ class Manager
}
switch ($this->payload['method']) {
case 'onchain':
case 'onchain':
//add transaction to the senders transaction log
$transaction = new Core\Blockchain\Transactions\Transaction();
$transaction
......@@ -277,6 +277,7 @@ class Manager
break;
}
return true;
}
......
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