We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, when I am trying to void a BillPayment I keep getting Unknow Operation error:
Unknow Operation
$bill_payment= $dataService->FindById('BillPayment', 1); $dataService->Void($bill_payment);
I found out that it is not getting the correct query params on DataService.php:
DataService.php
QuickBooks-V3-PHP-SDK/src/DataService/DataService.php
Lines 862 to 866 in 20ce804
and CoreConstant.php
CoreConstant.php
Line 862 in 20ce804
I have made a pull request #478 where it fixes the issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, when I am trying to void a BillPayment I keep getting
Unknow Operation
error:I found out that it is not getting the correct query params on
DataService.php
:QuickBooks-V3-PHP-SDK/src/DataService/DataService.php
Lines 862 to 866 in 20ce804
and
CoreConstant.php
QuickBooks-V3-PHP-SDK/src/DataService/DataService.php
Line 862 in 20ce804
I have made a pull request #478 where it fixes the issue.
The text was updated successfully, but these errors were encountered: