Commit Graph

11 Commits

Author SHA1 Message Date
David Taylor 4e1a17c40c
DEV: Introduce syntax_tree for ruby formatting (#144) 2022-12-29 13:35:06 +01:00
Justin DiRose bd5d9fc289
DEV: Fix gemfile 2020-09-01 20:33:29 -05:00
Justin DiRose 064000b7bc
DEV: Set up dependencies for workflows 2020-09-01 20:31:38 -05:00
Justin DiRose c9ff55b46a
REFACTOR: Use the Prices API in place of Plans (#17)
Stripe has a newer API called Prices where you can create a price for any product and it can either be recurring or one-time. The easy part is existing Plans work with the Prices API by passing a Plan ID, but objects are returned in the slightly-different Prices API object format.

This commit is a refactor to the new API to handle the data in its new form, and lays the foundation for a one time payment plan to be added to any subscriptions product.
2020-07-15 08:44:40 -05:00
Justin DiRose 8c670328b7
DEV: Add translations support 2020-07-03 11:17:13 -05:00
Rimian Perkins 60106580a7 rm rake and gemfiles 2017-02-14 14:02:51 +11:00
Rimian Perkins 12868ea71a add byebug 2017-02-06 12:15:58 +11:00
Rimian Perkins 5ced35fa90 add stripe gem yo 2017-02-03 11:51:45 +11:00
Rimian Perkins 8cb5fc1196 move gems into global 2017-02-03 11:48:01 +11:00
Rimian Perkins db44087dde add rails 2017-02-02 15:07:19 +11:00
Rimian Perkins 9865d6ce29 enable travis 2017-02-02 14:57:57 +11:00