NikolaGavric94 / laravel-square

Square integration with Laravel/Lumen >=5.5
MIT License
31 stars 23 forks source link

How to get user's transactions #46

Closed tree1891 closed 3 years ago

tree1891 commented 4 years ago

It seems that there is no link with users.

NikolaGavric94 commented 4 years ago

I think u can find all about it on the wiki page of this project, but here is just one way to get it

tree1891 commented 4 years ago

It is for customer, customer is not user, I don't use customer, but simple charge user <-> customer <-> transactions? It seems to be for owner(seller).

NikolaGavric94 commented 3 years ago

For simple charges currently there is no way to retrieve all of the user transactions

tree1891 commented 3 years ago

I have created user_has_square table for relation users and nikolag_transactions.