Skip to content

Commit 9cc7362

Browse files
authored
Merge pull request #1774 from maxmind/greg/eng-3464
Add sim_swap event type
2 parents 85c6291 + 898107d commit 9cc7362

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ CHANGELOG
55
------------------
66

77
* Added `Securepay` to the `Processor` enum.
8-
* Added `CreditApplication` and `FundTransfer` to the `EventType` enum.
8+
* Added `CreditApplication`, `FundTransfer`, and `SimSwap` to the `EventType`
9+
enum.
910
* Added the input `/event/party`. This is the party submitting the
1011
transaction. You may provide this by providing `party` to `Event`.
1112
* Added the input `/payment/method`. This is the payment method associated

src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export enum EventType {
1414
Purchase = 'purchase',
1515
RecurringPurchase = 'recurring_purchase',
1616
Referral = 'referral',
17+
SimSwap = 'sim_swap',
1718
Survey = 'survey',
1819
}
1920

0 commit comments

Comments
 (0)