Actions
Bug #7248
closedgetInvoiceAddressField of cbpaidUserExtension not accounting for empty user object
Description
When calling getInvoiceAddressField it's calling CBuser::getInstance( (int) $this->id )->getUserData() without checking first if the getInstance is null before calling getUserData. The second variable of getInstance should just be set to false so it can't return null and always returns a CBuser instance or the usage needs improved to account for null response.
Actions