You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Created a TokenHandler class so that projects can override how the authentication tokens are stored
Renamed QuickBooksConnect to QuickBooksAuthenticator to avoid confusion with the QuickBooksConnection class (this is a breaking change!)
Added a QuickBooksAuthenticator::revokeAccess() method
Refactored QuickBooksEntity to use a SyncsToQuickBooks trait so that the trait can be used in instances where the model doesn't directly extend the Eloquent model
Created individual resource classes for conveniently working with each of the QuickBooks resources
The QuickBooksEntity must now set the $quickBooksResource property to the class name of the QuickBooks resource in LifeOnScreen\LaravelQuickBooks\Resources (this is a breaking change!)