改进
This commit is contained in:
parent
8ae7a7865e
commit
d994c13bf9
@ -215,9 +215,9 @@ public function isNextMonthCancel(): bool
|
||||
public function cost(
|
||||
string $amount = null, $auto = true, $description = null
|
||||
): bool {
|
||||
if ($this->isTrial() && ! $this->trial_ends_at->isPast()) {
|
||||
return true;
|
||||
}
|
||||
// if ($this->isTrial() && $this->trial_ends_at->()) {
|
||||
// return true;
|
||||
// }
|
||||
|
||||
$this->load('user');
|
||||
$user = $this->user;
|
||||
|
Loading…
Reference in New Issue
Block a user