discourse-subscriptions/app
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
..
controllers FIX: 500 error when editing a pricing plan (#94) 2021-11-12 16:20:16 -07:00
jobs FEATURE: Campaigns (#67) 2021-06-02 13:15:03 -05:00
models/discourse_subscriptions REFACTOR: Use engine to load files, add constraint (#14) 2020-07-06 11:11:04 -05:00
serializers/discourse_subscriptions FEATURE: Add SGD as supported currency (#60) 2021-04-13 12:20:00 +02:00
services/discourse_subscriptions FEATURE: Show/hide campaign banner with goal status (#85) 2021-07-15 15:05:27 -05:00