confused on this error
I'm having trouble understanding what this error is trying to tell me
manager_invoices.cs
square_manager.cs
2 Replies
Either
client
, or clinet.InvoicesApi
is null
, most likely? The exception will have a stack trace which will give you more informationI'm confused on how I would get ListInvoices from another script
I understand why client is null, because it's accessing the script itself not the reference I've made with client being created