square / connect-api-examples

Code samples demonstrating the functionality of the Square Connect API
https://developer.squareup.com/docs/sample-apps
389 stars 792 forks source link

Fix node payments/order sample app #384

Closed barakj closed 1 year ago

barakj commented 1 year ago

The payments/order sample app had a few breaking changes related to Loyalty and Catalog APIs. I've fixed it up to use the latest, non-deprecated, methods and fields.

Fixed as part of this PR:

  1. Loyalty integration didn't work at all. Now working as expected.
  2. Catalog images wouldn't show up. Now showing up as expected.
  3. Fixed high severity vulns in packages.
  4. Fixed typos and other nits

Video of after:

https://user-images.githubusercontent.com/21358133/214402703-c1d184a7-97a2-4fd7-86a7-f6d027041287.mov

Testing: Ran app locally