Bleus
Bleus
Sure enough, I'm getting stupid floating point value drift and crazy fractional cents values despite the database table containing perfectly normal currency values. I'm going to apply formatting to hopefully...
While trying to connect to a Magento 1.7.0.2 instance today, I started receiving WebException reports from the API during the AuthenticateAdmin call. I've re-confirmed the user credentials, that they're assigned...
On this page: [https://github.com/magento/magento2/issues/3787] The call appears to be made using the parameter "currentPage=", whereas this API places the call using just "page="... `orders?searchCriteria%5BcurrentPage%5D=100&searchCriteria%5BpageSize%5D=100` `orders?page=141&limit=100&order=entity_id&dir=desc` Could this be the problem?...