Tim MacDonald

Results 167 comments of Tim MacDonald

Hey, here is a snippet of how I am creating my payments. Add an account by new-ing it up and setting the account code on the Account instance. ```php $payment...

Hmmm, I would have thought that would work. I'll need to try this on my end and see why it isn't working.

Please see this draft PR to try and address the issue. Would be good if you could test this and reply in the comments if it is working as expected...

You'll have to provide the code snippet that calls this function, i.e. `assets.php` around line 21. Looks like you are calling it on the wrong object.

I reckon this might have to do with not specifying if the tax is inclusive / exclusive - you can see that is different in the screenshots above the table...

I'll try and look at this in a bit more detail later on, but for now here is a dump of what I'm doing and it is picking up everything...

I spent some time trying to break this today, but it seems to be holding up to everything I've thrown at it. I also booted up a decently sized Blade...

I would say that we should add support for those properties on the `JsonApiServerImplementation` class the package ships with.

Thanks, @bpotmalnik