Skip to content

Commit

Permalink
Add new preauth event types
Browse files Browse the repository at this point in the history
  • Loading branch information
hobailey authored Sep 15, 2016
1 parent f2b0da4 commit 5b33c99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MangoPay/EventType.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@ class EventType
const MandatedFailed = "MANDATE_FAILED";
const MandateActivated = "MANDATE_ACTIVATED";
const MandateSubmitted = "MANDATE_SUBMITTED";
const PreAuthorizationPaymentWaiting = "PREAUTHORIZATION_PAYMENT_WAITING";
const PreAuthorizationPaymentExpired = "PREAUTHORIZATION_PAYMENT_EXPIRED";
const PreAuthorizationPaymentCanceled = "PREAUTHORIZATION_PAYMENT_CANCELED";
const PreAuthorizationPaymentValidated = "PREAUTHORIZATION_PAYMENT_VALIDATED";
}

0 comments on commit 5b33c99

Please sign in to comment.