node-takeaway icon indicating copy to clipboard operation
node-takeaway copied to clipboard

New missing Fields

Open isntfunny opened this issue 1 year ago • 0 comments

Hey there,

there are some errors when trying to load some restaurants/locations. It seems like the API got more fields which are not supported yet. I found at least 3 for now:

pcid chain_penalty

and:

Unknown tag: "bg", parent tag: "undefined"
<bg generator="zend" version="5.7">
  <cp>
    <ps />
    <pt />
  </cp>
</bg>

For the first two i was able to add support in my fork: https://github.com/TakeawayAPI/node-takeaway/compare/main...isntfunny:node-takeaway:main

For the last one, i am very unsure. Could you support on that?

Thanks!

isntfunny avatar Aug 18 '24 12:08 isntfunny