Add Notification Message for Buy Balance
This commit is contained in:
20
system/autoload/Balance.php
Normal file
20
system/autoload/Balance.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
|
||||
* This script is for managing user balance
|
||||
**/
|
||||
|
||||
class Balance {
|
||||
|
||||
public static function add($customer, $amount, $note){
|
||||
|
||||
}
|
||||
|
||||
public static function transfer($customer, $phoneTarget){
|
||||
|
||||
}
|
||||
|
||||
public static function pay($customer, $amount, $note){
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user