intuit / QuickBooks-V3-PHP-SDK

Official PHP SDK for QuickBooks REST API v3.0: https://developer.intuit.com/
Apache License 2.0
243 stars 246 forks source link

ReflectionException IPPBillPayment::$BillPaymentCreditCard does not exist in #461

Open hyphen81 opened 2 years ago

hyphen81 commented 2 years ago

ReflectionException: Property QuickBooksOnline\API\Data\IPPBillPayment::$BillPaymentCreditCard does not exist in ... v3-php-sdk/src/Facades/FacadeHelper.php:439

Any idea why I would be getting this error? According to the docs "BillPaymentCreditCard" is a valid type.

hyphen81 commented 2 years ago

I think I figured this out. Still need to test, but I think I had the wrong value. Sorry for the premature issue.. Should've done more digging before opening.