plesk / whmcs-plugin

Other
16 stars 33 forks source link

BUGFIX EXTWHMCS-47 Problem in auto-creation #41

Closed vbaranovskiy-plesk closed 6 years ago

vbaranovskiy-plesk commented 6 years ago

@jas8522 This will be correct fix of hosting/reseller accounts issue for a one client. The unique part is panelExternalId + usertype, because we can have a one reseller and one customer account for user with a same id. Such user has uuid in whmcs tblclients table and two rows in mod_pleskaccounts, like the following rows:

user_id 47 usertype hostingaccount panelexternalid 32248f2c-4a55-41f8-b0a8-e3cbeb85b959

and

user_id 47 usertype reselleaccount panelexternalid 32248f2c-4a55-41f8-b0a8-e3cbeb85b959

Seems like this will works for every our cases. So i will reject this request https://github.com/plesk/whmcs-plugin/pull/31