From 06a91150a7b9629a76206236ae64e350f907b297 Mon Sep 17 00:00:00 2001 From: Rodrigo Gonzalez Date: Thu, 17 Dec 2020 16:03:03 -0300 Subject: [PATCH] Added DID_RENEW event --- src/model/NotificationType.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/model/NotificationType.php b/src/model/NotificationType.php index fd1d552..f70fb2d 100644 --- a/src/model/NotificationType.php +++ b/src/model/NotificationType.php @@ -15,4 +15,5 @@ class NotificationType extends Enum const DID_FAIL_TO_RENEW = 'did_fail_to_renew'; const DID_RECOVER = 'did_recover'; // replaces RENEWAL const PRICE_INCREASE_CONSENT = 'price_increase_consent'; + const DID_RENEW = 'did_renew'; }