discourse-subscriptions/app/controllers/discourse_subscriptions
Blake Erickson 4f2af3b01a
FIX: 500 error when editing a pricing plan (#94)
`.dig` isn't valid for stripe objects. This commit fixes this 500 error
you get when trying to edit a pricing plan:

```
NoMethodError (undefined method `dig' for #<Stripe::Price:0x....)
```
2021-11-12 16:20:16 -07:00
..
admin FIX: 500 error when editing a pricing plan (#94) 2021-11-12 16:20:16 -07:00
user FIX: Properly show one time payments in user billing (#40) 2021-01-06 14:01:16 -06:00
admin_controller.rb FEATURE: Campaigns (#67) 2021-06-02 13:15:03 -05:00
hooks_controller.rb FEATURE: Cancel payments at end of subscription vs immediately 2020-08-19 14:37:47 -05:00
subscribe_controller.rb DEV: use existing customer id instead of creating. (#92) 2021-10-08 09:40:16 +05:30