File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments