discourse-subscriptions/app/controllers
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
..
concerns DEV: Remove deprecations & improve error handling (#12) 2020-05-28 10:32:57 -05:00
discourse_subscriptions FIX: 500 error when editing a pricing plan (#94) 2021-11-12 16:20:16 -07:00