Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Added unit testing and more

Compare
Choose a tag to compare
@MatthewSH MatthewSH released this 29 Jan 15:23
· 9 commits to master since this release
  • In this release, instead of relying on Illuminate for caching, we moved to Onoi Cache with an optional Illuminate driver.

  • Also made a workaround for the invalid signatures by giving it options to "retry" the request (max 3 times), if it hits that max...it will fail. Never caused failure during testing, so we'll see how that works.

  • Added unit testing as well. First time doing unit tests, so it's probably not great.