Skip to content

Route macros, after_install callback, payment guards

Compare
Choose a tag to compare
@ericdude4 ericdude4 released this 20 Jan 15:00
· 179 commits to master since this release
a7f2377
  • use simple route macros instead of writing out boilerplate routes and pipelines.
  • add after_install callback which can be overridden in AuthController
  • BETA payment guards. Use the Shopifex.Plug.PaymentGuard plug. If the merchant does not have an active grant associated with the named guard, it will redirect them to a plan selection page, allow them to pay, and handle the payment callback all automatically.
  • a few other conveniences related to config options.