Skip to content

Commit

Permalink
PIA-1919: Update DIP signup request object with orderId
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-juan-docal committed Jun 13, 2024
1 parent dd2c37f commit 7e20830
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ data class AndroidAddonSignupInformation(
val applicationPackage: String,
@SerialName("product_id")
val productId: String,
@SerialName("order_id")
val orderId: String,
@SerialName("token")
val token: String
)
Expand Down

0 comments on commit 7e20830

Please sign in to comment.