Skip to content

v1.0.0

Compare
Choose a tag to compare
@brijeshgajjarfynd brijeshgajjarfynd released this 18 Nov 13:44
· 2 commits to main since this release
8a2ea7c

Extension utils library first release with extension related billing support. Using this library and with minimal changes extension can be made a paid extension.

  • Added support for easy integration of Fynd Platform billing apis
  • Automatic db collection creation for billing related data
  • All backend transaction for adding and updating subscripitions
  • Supports mongoose ORM and mongodb db as database
  • Access to selected ORM db engine for customized queries and changes.