-
-
Notifications
You must be signed in to change notification settings - Fork 655
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This pull request addresses two issues: **Amazon pricing** When dealing with Amazon pricing, 'localizedPrice' consistently defaults to 0.0. To rectify this, we've leveraged the 'original price' as the source value for 'localizedPrice.' The primary objective of this patch is to seamlessly populate both 'localizedPrice' and 'price' with values derived from 'originalPrice.' **purchaseUpdatedListener notifications** During our investigation, we encountered a similar [issue](#2487) where notifications weren't being received within the purchaseUpdatedListener. Our solution involved the reintroduction of the startListening method." --------- Co-authored-by: Zach <[email protected]>
- Loading branch information
1 parent
b501f1e
commit 30c25bf
Showing
3 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters