Browse Source

Added DID_RENEW event

proxy_request
Rodrigo Gonzalez 4 years ago
parent
commit
06a91150a7
  1. 1
      src/model/NotificationType.php

1
src/model/NotificationType.php

@ -15,4 +15,5 @@ class NotificationType extends Enum
const DID_FAIL_TO_RENEW = 'did_fail_to_renew'; const DID_FAIL_TO_RENEW = 'did_fail_to_renew';
const DID_RECOVER = 'did_recover'; // replaces RENEWAL const DID_RECOVER = 'did_recover'; // replaces RENEWAL
const PRICE_INCREASE_CONSENT = 'price_increase_consent'; const PRICE_INCREASE_CONSENT = 'price_increase_consent';
const DID_RENEW = 'did_renew';
} }

Loading…
Cancel
Save