Skip to content

Conversation

@cb-haripriyan
Copy link
Contributor

No description provided.

late SubscriptionPeriod subscriptionPeriod;

/// Discounted Price
late num? discountedPrice;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: offerPrice missing for Android platform

The discountedPrice field is populated from offerPrice sent by iOS but Android's product serialization doesn't include this field. This creates platform inconsistency where discountedPrice will always be null on Android but may contain the introductory price on iOS. The Android toMap functions in the Kotlin code need to include offerPrice for cross-platform parity.

Additional Locations (1)

Fix in Cursor Fix in Web

@cb-haripriyan cb-haripriyan merged commit 94b8b20 into next Nov 24, 2025
2 checks passed
@cb-haripriyan cb-haripriyan deleted the add-offer-price branch November 24, 2025 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants