-
Notifications
You must be signed in to change notification settings - Fork 200
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
Transaction lines #84
Comments
nevermind figured it out, adding a class TransactionLines extends Model does the trick. |
Yep, that entity did not exist yet. |
@Pirabarlen-Cheenaramen can you explain bit more what did you do ?. I also need to get TransactionLine. Did you create this TransactionLine class by yourself. If so why it doesn't exists here ? |
@mpietraszneurosys, i just created a TransactionLines class, following the same way Transaction was written. You can get the different properties from the api doc, and then you can use it like the rest. I unfortunately do not have the said class with me right now, i'll check and revert back to you |
Question, how do we get transaction lines again?
that URI leads me to an XML doc... (if i used $connection->get($the_above_url) , I get a '
401 - Unauthorized: Access is denied due to invalid credentials.
', which doesn't make sense as the client is able to ) any idea ?The text was updated successfully, but these errors were encountered: