Skip to content

Commit

Permalink
Merge pull request #328 from vincentbab/patch-1
Browse files Browse the repository at this point in the history
#327: Added missing UBO related EventTypes
  • Loading branch information
Riwak authored Jun 13, 2019
2 parents c697a28 + 3cfe4c0 commit b79a2cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MangoPay/EventType.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,9 @@ class EventType
const PreAuthorizationPaymentExpired = "PREAUTHORIZATION_PAYMENT_EXPIRED";
const PreAuthorizationPaymentCanceled = "PREAUTHORIZATION_PAYMENT_CANCELED";
const PreAuthorizationPaymentValidated = "PREAUTHORIZATION_PAYMENT_VALIDATED";
const UboDeclarationCreated = "UBO_DECLARATION_CREATED";
const UboDeclarationValidationAsked = "UBO_DECLARATION_VALIDATION_ASKED";
const UboDeclarationRefused = "UBO_DECLARATION_REFUSED";
const UboDeclarationValidated = "UBO_DECLARATION_VALIDATED";
const UboDeclarationIncomplete = "UBO_DECLARATION_INCOMPLETE";
}

0 comments on commit b79a2cb

Please sign in to comment.