square / square-nodejs-sdk

Other
88 stars 40 forks source link

expose location-overrides for modifiers #118

Closed tom-thorne closed 1 year ago

tom-thorne commented 1 year ago

This PR changes the modifier schema in the catalog API so that the location_overrides field is exposed. We need location_overrides to get the correct modifier pricing at a location.

zenmasterjobo commented 1 year ago

Hi @tom-thorne,

Unfortunately because our SDKs are generated we cannot merge pull requests directly onto this repo, and we have to make the changes in our code generator. We do appreciate the work you did here though in terms of laying out / calling out the issue! I'm happy to say that we have brought in support for location overrides in SDK version 27.0.0. Check it out!

Thanks again!