Skip to content

Commit

Permalink
MPSDK-976: Added event types
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJr committed Nov 16, 2021
1 parent 862ea06 commit df1d2a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MangoPay/EventType.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,7 @@ class EventType
const PreAuthorizationCreated = "PREAUTHORIZATION_CREATED";
const PreAuthorizationSucceeded = "PREAUTHORIZATION_SUCCEEDED";
const PreAuthorizationFailed = "PREAUTHORIZATION_FAILED";

const InstantPayoutSucceeded = "INSTANT_PAYOUT_SUCCEEDED";
const InstantPayoutFallbacked = "INSTANT_PAYOUT_FALLBACKED";
}

0 comments on commit df1d2a9

Please sign in to comment.