Closed JoseMPena closed 1 year ago
@nciemniak this one too :)
Hi @JoseMPena could you please describe a bit more what's the scope of changes in your PR (compared vs the @JuanseGimenez PR that you mentioned)?
Hi @rafalcymerys Thanks for looking into this. The only relevant change here (vs @JuanseGimenez 's PR) is in base_controller_decorator.rb
, Here we're also decorating V2::BaseController, not only V1
@JoseMPena thanks. I'm looking through the code, but I can't find any usages of current_spree_vendor or set_vendor_id in the V2 endpoints. Is it needed there?
@JoseMPena thanks. I'm looking through the code, but I can't find any usages of current_spree_vendor or set_vendor_id in the V2 endpoints. Is it needed there?
Hi @rafalcymerys You're right!, it can be decorated locally in our project, no need to overload the base repo. Thank you very much for the time invested in this. I'm closing this PR.
Based off JuanseGimenez's PR. Please refer to that link for details.