-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Practice manager - Looking for feedback #760
Conversation
@calcinai Hi! Thank you for the great package. Hoping i could get some of your time to review a Pull Request and tell me if i'm on the right track to add Practice Management support |
@bretto36 looking great! Are you using this in your application currently? |
@calcinai - Yes currently using it in a staging environment. About to go live with it. It's not the full API, but it does handle the features we needed to bring across now that the switch to OAUTH2.0 is on. These are some of the ways we are using it.
|
Just thought i'd update here. Have been using this in production for over 18 months now. Working well. |
*/ | ||
if ($this->hasGUID() === false) { | ||
throw new Exception( | ||
'Attachments are only available to objects that exist remotely.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you fix this exception text I'd be happy to merge!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@calcinai Have updated the message. Thanks for spotting it
Nice work @bretto36 |
@calcinai Thanks mate. Appreciate the work you've done on the package so far. Come in very handy for me personally. Especially when Xero retired the oauth1a. |
Hi All
We use the Xero API but also the Xero Practice Manager API, we've recently had to move to OAUTH2 and am hoping to use the calcinai package so i don't have to reinvent the wheel.
Is it possible to get some feedback on this so i don't go too far down the rabbit hole doing it the wrong way.