Closed jhayg12 closed 4 years ago
Hi there, I'm trying to retrieve the invoices for a particular user using the invoices() method as per the documentation but it returns an empty object.
invoices()
$user = Auth::user(); $user->invoices();
The response looks like this: [ {} ]
[ {} ]
I doubt this is broken or we'd be flooded with support issues. Please try a support channel first:
Thanks!
Description:
Hi there, I'm trying to retrieve the invoices for a particular user using the
invoices()
method as per the documentation but it returns an empty object.The response looks like this:
[ {} ]
Steps To Reproduce: