intuit / QuickBooks-V3-PHP-SDK

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

Upload Method Expects base64 Encoded Data #432

Open bomshteyn opened 2 years ago

bomshteyn commented 2 years ago

Just wasted two hours trying to figure out why my attachments were all corrupted in the QBO.

The Upload Method expects base64 encoded data, wrapping it into base64_decode() breaks the upload.