Skip to content

Commit cd7bcc1

Browse files
author
Iulian Masar
committed
added USER_ACCOUNT_CLOSED
1 parent 5f6d107 commit cd7bcc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MangoPay/EventType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ class EventType
103103
const RecipientDeactivated = "RECIPIENT_DEACTIVATED";
104104
const UserAccountValidationAsked = "USER_ACCOUNT_VALIDATION_ASKED";
105105
const UserAccountActivated = "USER_ACCOUNT_ACTIVATED";
106+
const UserAccountClosed = "USER_ACCOUNT_CLOSED";
106107
const InstantConversionCreated = "INSTANT_CONVERSION_CREATED";
107108
const InstantConversionSucceeded = "INSTANT_CONVERSION_SUCCEEDED";
108109
const InstantConversionFailed = "INSTANT_CONVERSION_FAILED";

0 commit comments

Comments
 (0)