ordercloud-api / headstart

A complete and opinionated eCommerce solution using OrderCloud as the backbone - built with .NET Core and Angular
MIT License
31 stars 74 forks source link

Fix for image upload issue #492

Closed maxwmaher closed 1 year ago

maxwmaher commented 1 year ago

1) After axios upgraded to 1.2, we needed to specify the Content-Type in our request headers when it deviated from application/json (in the case of images/documents). 2) Adjusted SDK to allow for this.