Skip to content

Commit

Permalink
Merge pull request #662 from Mangopay/feature/add-virtual-account-eve…
Browse files Browse the repository at this point in the history
…n-types

Add EventTypes for Virtual Accounts
  • Loading branch information
iulian03 authored Nov 28, 2024
2 parents b2ae80c + 6107e65 commit bb1e622
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 @@ -85,4 +85,8 @@ class EventType
const CardValidationCreated = "CARD_VALIDATION_CREATED";
const CardValidationFailed= "CARD_VALIDATION_FAILED";
const CardValidationSucceeded = "CARD_VALIDATION_SUCCEEDED";
const VirtualAccountActive = "VIRTUAL_ACCOUNT_ACTIVE";
const VirtualAccountBlocked = "VIRTUAL_ACCOUNT_BLOCKED";
const VirtualAccountClosed = "VIRTUAL_ACCOUNT_CLOSED";
const VirtualAccountFailed = "VIRTUAL_ACCOUNT_FAILED";
}

0 comments on commit bb1e622

Please sign in to comment.