File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424- LoginLink
2525- Webhook
2626
27+ ####Build Process @ 2020-09-17 11:14:05
28+ ####Updated Classes
29+ - ChangeEmailLink
30+ - EmailUpdate
31+ - LoginLink
32+ - PasswordUpdate
33+ - ProfileUpdate
34+
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ class ChangeEmailLink extends WebhookFoundation
2323 public $ ipAddress ;
2424
2525 /**
26- * Useragent from where the request for this action originated
26+ * User-agent from where the request for this action originated
2727 *
2828 * @var string
2929 */
30- public $ useragent ;
30+ public $ userAgent ;
3131
3232 /**
3333 * The accounts updated address and recipient of the change link
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ class EmailUpdate extends WebhookFoundation
2323 public $ ipAddress ;
2424
2525 /**
26- * Useragent from where the request for this action originated
26+ * User-agent from where the request for this action originated
2727 *
2828 * @var string
2929 */
30- public $ useragent ;
30+ public $ userAgent ;
3131
3232 /**
3333 * The updated email address for the identity
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ class LoginLink extends WebhookFoundation
2323 public $ ipAddress ;
2424
2525 /**
26- * Useragent from where the request for this action originated
26+ * User-agent from where the request for this action originated
2727 *
2828 * @var string
2929 */
30- public $ useragent ;
30+ public $ userAgent ;
3131
3232 /**
3333 * Link for the user to click to login to their account (Single Use)
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ class PasswordUpdate extends WebhookFoundation
2323 public $ ipAddress ;
2424
2525 /**
26- * Useragent from where the request for this action originated
26+ * User-agent from where the request for this action originated
2727 *
2828 * @var string
2929 */
30- public $ useragent ;
30+ public $ userAgent ;
3131
3232}
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ class ProfileUpdate extends WebhookFoundation
2323 public $ ipAddress ;
2424
2525 /**
26- * Useragent from where the request for this action originated
26+ * User-agent from where the request for this action originated
2727 *
2828 * @var string
2929 */
30- public $ useragent ;
30+ public $ userAgent ;
3131
3232 /**
3333 * The updated first name for the identity
You can’t perform that action at this time.
0 commit comments