Give $1000 starting out and track money [ Paper trades ]
This commit is contained in:
@@ -3,7 +3,7 @@ namespace Controllers.Payment {
|
||||
public interface IPayment {
|
||||
|
||||
// [ Success, ErrorMessage | ImpodentKey ]
|
||||
public (bool, string) CreatePayment();
|
||||
public (bool, string) CreatePayment(string User);
|
||||
|
||||
// [ Success, ErrorMessage ]
|
||||
public (bool, string) TryPayment(string ImpodentKey, float Price);
|
||||
|
||||
Reference in New Issue
Block a user