Skip to content

Commit a92fb26

Browse files
author
ppaulis
committed
Merge branch 'release/1.5.1'
2 parents d002eff + 5e36213 commit a92fb26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Service/Webhook/Subscription.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ public function triggerSubscriptionEvent(array $payload)
5757
case 'subscription_renewed':
5858
$this->getEventManager()->trigger('subscriptionRenewed', $this, ['subscription' => $payload['data']['subscription']]);
5959
break;
60+
case 'subscription_activation':
61+
case 'subscription_expired':
62+
case 'subscription_cancelled':
63+
break;
6064
case 'subscription_upgraded':
6165
case 'subscription_downgraded':
6266
$this->getEventManager()->trigger('subscriptionUpdated', $this, ['subscription' => $payload['data']['subscription']]);

0 commit comments

Comments
 (0)