Skip to content

Releases: LiShiSangZi/charge

Adjust timestamp logic

14 Aug 00:58
Compare
Choose a tag to compare
  • Add deduct's timestamp logic so that user can properly filter out the deduct they want.
  • bug fixes.

Change Notes

11 Aug 00:44
Compare
Choose a tag to compare
  1. Add authorization for the APIs. Limit the users can only access their own data. Some APIs are admin only.
  2. Add charge card API. User can use gift card to charge themselves.
  3. Add resource checker. Because some module like trove will create resourcea or delete resource using unstandard API. So use a checker to make sure all resource is propery handled in order.
  4. Fix bugs.