Skip to content
Compare
Choose a tag to compare
@rico237 rico237 released this 23 Sep 23:42
· 43 commits to master since this release

Added

  • New sharing Endpoint POST (/share). Needs a commerceId(required) and a userId(optional) to increment sharing number.
  • After save of commerce now check if end of subscription is null, set its date tu current, so the cron task, checking for expired commerces), can invalidate it directly.

Changed

  • After save of commerce now check if it's null not only if latitude & longitude are egal to 0.
  • Better handling of Stripe payment methods (billing + others) - POST: /charge (async).
  • Clean up of dependencies
  • Updated npm librairies such as Parse, Dashboard, etc.

Removed

  • After save of commerce no longer check description for hashtags.
  • Endpoint GET (/valid-email/:email), for checking if user email is valid, never used.
  • Endpoint GET (/redirect-to-store), for getting a link to download the app, Weeclik website is now being used for this purpose.
  • Endpoint POST (/webhook), which was used during Stripe integration tests.