NerdbyteIO / FOSSBilling-CyberPanel

A Server Manager developed for FOSSBilling to allow API calls to the CyberPanel webhosting panel.
20 stars 2 forks source link

Edge Case - Last Name Cannot Be Null #9

Closed jsonkenyon closed 1 month ago

jsonkenyon commented 1 month ago

Describe the bug Edge Case - If the user first registers an account and they don't have one already, the last name is not filled. CyberPanel requires that the lastname not be nulled. So we would need to update this to make it so it submit a name.

Version Being Used V1.x

To Reproduce Steps to reproduce the behavior:

  1. Attempt to buy a hosting subscription
  2. Register the account before attempting to buy

Expected behavior The hosting account should be created with the API, but it isn't because last name is blank/null.

jsonkenyon commented 1 month ago

commit d7648de fixes this. Though I'm not going to push out a release yet.

Important to note that this was already fixed/addressed in v2