Skip to content

Commit

Permalink
purchaser_id is returning null for some purchases as of 3/3/23
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemods committed Mar 3, 2024
1 parent e914992 commit e4ff46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/kotlin/com/gumroad/api/models/Purchase.kt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ data class Purchase(
@SerializedName("sale_timestamp") val saleTimestamp: Date,

/** The numeric ID of the purchaser. */
@SerializedName("purchaser_id") val purchaserId: String,
@SerializedName("purchaser_id") val purchaserId: String?,

/** The ID of the subscription, if this is a subscription. */
@SerializedName("subscription_id") val subscriptionId: String?,
Expand Down

0 comments on commit e4ff46e

Please sign in to comment.