Lae/config/billing.php

8 lines
84 B
PHP

<?php
return [
'drops_rate' => 1000,
// 提成
'commission' => 0.1,
];