When i try to create new Vendor every things work fine, but when i try update i get exception like
Calling undefined method in Rangka\Quickbooks\Builders\Vendor
this is my code:
Sync token are set and all variables like address, phone and email address.
createVendor function is on the same file and Rangka\Quickbooks\Services\Vendor is declared properly on top
How to fix this? Where is the issue?
When i try to create new Vendor every things work fine, but when i try update i get exception like
Calling undefined method in Rangka\Quickbooks\Builders\Vendor
this is my code:Sync token are set and all variables like address, phone and email address. createVendor function is on the same file and Rangka\Quickbooks\Services\Vendor is declared properly on top How to fix this? Where is the issue?
Thanks