Using {{CREDITS_DISPLAY_NAME}}

This commit is contained in:
Dennis 2021-09-22 18:22:05 +02:00 committed by GitHub
parent 75f86614e9
commit e3e2a6593b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,11 +85,11 @@
</tr>
<tr>
<td>Price per Hour</td>
<td>{{number_format($server->product->getHourlyPrice(),2,".")}} Credits</td>
<td>{{number_format($server->product->getHourlyPrice(),2,".")}} {{CREDITS_DISPLAY_NAME}}</td>
</tr>
<tr>
<td>Price per Month</td>
<td>{{$server->product->getHourlyPrice()*24*30}} Credits</td>
<td>{{$server->product->getHourlyPrice()*24*30}} {{CREDITS_DISPLAY_NAME}}</td>
</tr>
</table>
</div>