fixes for trials

This commit is contained in:
David Bomba 2023-06-09 21:17:43 +10:00
parent 41c26bd032
commit cd24252d68

View File

@ -621,7 +621,7 @@ class Account extends BaseModel
public function getTrialDays() public function getTrialDays()
{ {
if ($this->payment_id) { if ($this->payment_id || $this->is_migrated) {
return 0; return 0;
} }