XeroAPI / xero-node-oauth2-app

NodeJS app for demonstrating the xero-node v4 SDK
MIT License
38 stars 43 forks source link

adds sample calls for batch payment methods #83

Closed tnzzz closed 2 years ago

tnzzz commented 2 years ago

Examples of the following methods added:

tnzzz commented 2 years ago

Looks good to me. The only question I have is about the changes to package-lock.json, looks like lots of subtractions?

I think I only ran npm install when I committed my initial changes, so I didn't delete delete node_modules. In my latest commit I have done both steps, but we've ended up with more deletions? The app itself still runs fine though 🤔