From 31f4e61c1fd3b4eae5d802af70ad2aeddae57ae5 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 7 Oct 2022 10:10:10 +1100 Subject: [PATCH] Fixes for subscription renewals --- app/Models/Account.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Models/Account.php b/app/Models/Account.php index 915a3ac979b8..6bed655af7fe 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -59,6 +59,8 @@ class Account extends BaseModel 'user_agent', 'platform', 'set_react_as_default_ap', + 'inapp_transaction_id', + 'num_users', ]; /**