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