diff --git a/services/abonemments/AbonemmentService.js b/services/abonemments/AbonemmentService.js index b95d5d9..3b90fe1 100644 --- a/services/abonemments/AbonemmentService.js +++ b/services/abonemments/AbonemmentService.js @@ -174,7 +174,6 @@ class AbonemmentService { snapshot.next_billing_at, { actorUserId: actorUser?.id || null, - userType: actorUser?.user_type || actorUser?.userType || 'personal', lang: actorUser?.lang || actorUser?.language || 'en' } ); @@ -366,7 +365,6 @@ class AbonemmentService { snapshot.next_billing_at, { actorUserId: actorUser?.id || null, - userType: actorUser?.user_type || actorUser?.userType || 'personal', lang: actorUser?.lang || actorUser?.language || 'en' } ); @@ -521,7 +519,6 @@ class AbonemmentService { next, { actorUserId: actorUser?.id || null, - userType: actorUser?.user_type || actorUser?.userType || 'personal', lang: actorUser?.lang || actorUser?.language || 'en' } );