File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ CHANGELOG
55------------------
66
77* Added ` securepay ` to the payment processor validation.
8- * Added ` credit_application ` and ` fund_transfer ` to event type validation.
8+ * Added ` credit_application ` , ` fund_transfer ` , and ` sim_swap ` to event type
9+ validation.
910* Added the input ` /event/party ` . This is the party submitting the
1011 transaction.
1112* Added the input ` /payment/method ` . This is the payment method associated
Original file line number Diff line number Diff line change @@ -305,6 +305,7 @@ public function withDevice(
305305 * - `purchase`
306306 * - `recurring_purchase`
307307 * - `referral`
308+ * - `sim_swap`
308309 * - `survey`
309310 * @param string|null $party The party submitting the transaction. The valid values
310311 * are:
@@ -377,6 +378,7 @@ public function withEvent(
377378 'purchase ' ,
378379 'recurring_purchase ' ,
379380 'referral ' ,
381+ 'sim_swap ' ,
380382 'survey ' ,
381383 ], true )) {
382384 $ this ->maybeThrowInvalidInputException ("$ type is not a valid event type " );
You can’t perform that action at this time.
0 commit comments