We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3818f2 commit cbefe18Copy full SHA for cbefe18
lib/memberful_github/client.rb
@@ -16,7 +16,7 @@ def webhook(json)
16
order_purchased json
17
when 'order.refunded'
18
order_refunded json
19
- when 'subscription.deactivated'
+ when 'subscription.deactivated', 'subscription.deleted'
20
subscription_deactivated json
21
end
22
0 commit comments