Skip to content

Commit

Permalink
Add NEXT_MAJOR_VERSION note to PayPalNonce.email (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdchow authored Oct 18, 2024
1 parent bbcc87e commit 92dabb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ data class PayPalAccountNonce internal constructor(
val firstName: String,
val lastName: String,
val phone: String,
val email: String?,
val email: String?, /* NEXT_MAJOR_VERSION - update this to be non-null */
val payerId: String,
val creditFinancing: PayPalCreditFinancing?,
val authenticateUrl: String?,
Expand Down

0 comments on commit 92dabb7

Please sign in to comment.