Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.13.1
-
Fix Version/s: 5.13.2
-
Component/s: Client Interface, Staff Interface
-
Labels:None
Description
The following error can result when adding a payment account:
[2026-01-20T17:20:23.531491+00:00] general.ERROR: Uncaught Exception Error: "Call to undefined method Accounts::getContact()" at /users/blesta/public_html/app/models/accounts.php line 857
{"exception":"[object] (Error(code: 0): Call to undefined method Accounts::getContact() at /users/blesta/public_html/app/models/accounts.php:857)"}
I tested adding payment accounts (CC and ACH) with Authorize.net and (CC) with Stripe Payments with the current PR, and processed payments and everything seems to work. The issue may have only impacted non-token gateways as Stripe seemed to work already.