Skip to content

API

Phil Taylor requested to merge patch/api_basic_get into master

Done:

  • Fixed an issue with the basic_get() where we defined all the joins we want in the API request URL as well as setting a where. The issue being it caused a double join and an SQL error of "not unique table/alias"

Test:

  1. I can't find the exact use-case as this was implemented in Artmoney on 6th of March

Merge request reports