Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

[in_app_purchase] Added priceCurrencySymbol to SkuDetailsWrapper #4114

Merged

Conversation

renefloor
Copy link
Contributor

This PR adds priceCurrencySymbol to the SkuDetailsWrapper. It uses the java function Currency.getInstance(currencyCode).getSymbol() to get the symbol.
We could change the platform_interface to also expose this in the ProductDetails.

Part of flutter/flutter#83984 (other part can be the platform_interface).

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the relevant style guides and ran the auto-formatter. (Note that unlike the flutter/flutter repo, the flutter/plugins repo does use dart format.)
  • I signed the CLA.
  • The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. [shared_preferences]
  • I listed at least one issue that this PR fixes in the description above.
  • I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy.
  • I updated CHANGELOG.md to add a description of the change.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

Copy link
Contributor

@mvanbeusekom mvanbeusekom left a comment

Choose a reason for hiding this comment

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

This PR seems to have a failing test that should be looked into (seems like the JAVA Currency.getSymbol() doesn't support the Euro symbol: https://docs.oracle.com/javase/7/docs/api/java/util/Currency.html#getSymbol() ) . Otherwise I think the changes look good.

io.flutter.plugins.inapppurchase.TranslatorTest > currencyCodeFromSymbol FAILED
    org.junit.ComparisonFailure: expected:<[€]> but was:<[EUR]>
        at org.junit.Assert.assertEquals(Assert.java:115)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at io.flutter.plugins.inapppurchase.TranslatorTest.currencyCodeFromSymbol(TranslatorTest.java:197)

@renefloor renefloor requested a review from mvanbeusekom July 8, 2021 12:05
@renefloor
Copy link
Contributor Author

@mvanbeusekom Maybe it's better to first implement #4115 in this PR.

Copy link
Contributor

@mvanbeusekom mvanbeusekom left a comment

Choose a reason for hiding this comment

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

LGTM

@renefloor renefloor changed the title [in_app_purchase] Added priceCurrencySymbol to SkuDetailsWrapper [in_app_purchase] [WIP] Added priceCurrencySymbol to SkuDetailsWrapper Jul 8, 2021
@mvanbeusekom mvanbeusekom added waiting for tree to go green (Use "autosubmit") This PR is approved and tested, but waiting for the tree to be green to land. and removed waiting for tree to go green (Use "autosubmit") This PR is approved and tested, but waiting for the tree to be green to land. labels Jul 8, 2021
@renefloor renefloor changed the title [in_app_purchase] [WIP] Added priceCurrencySymbol to SkuDetailsWrapper [in_app_purchase] Added priceCurrencySymbol to SkuDetailsWrapper Jul 8, 2021
@renefloor renefloor added the waiting for tree to go green (Use "autosubmit") This PR is approved and tested, but waiting for the tree to be green to land. label Jul 9, 2021
@fluttergithubbot fluttergithubbot merged commit e78b483 into flutter:master Jul 9, 2021
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jul 9, 2021
@renefloor renefloor deleted the iap/android-currency-symbol branch July 9, 2021 07:14
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jul 9, 2021
amantoux pushed a commit to amantoux/plugins that referenced this pull request Jul 10, 2021
Ralph-Li added a commit to Insight-Timer/plugins that referenced this pull request Jul 15, 2021
* upstream_master: (40 commits)
  [image_picker] Image picker fix camera device (flutter#3898)
  [flutter_plugin_tools] Improve license-check output (flutter#4154)
  [webview_flutter] Fix broken keyboard issue link (flutter#3266)
  [flutter_plugin_tools] Support format on Windows (flutter#4150)
  [flutter_plugin_tools] Make unit tests pass on Windows (flutter#4149)
  [image_picker_for_web] Migrate image_picker to package:cross_file (flutter#4083)
  [various] Prepare plugin repo for binding API improvements (flutter#4148)
  [quick_actions] Add const constructor (flutter#4131)
  [in_app_purchase] Add iOS currency symbol to ProductDetails (flutter#4144)
  [in_app_purchase] Added priceCurrencySymbol to SkuDetailsWrapper (flutter#4114)
  [image_picker_platform_interface] Add methods that return package:cross_file (flutter#4072)
  [flutter_plugin_tools] Improve and test 'format' (flutter#4145)
  [flutter_plugin_tools] Only check target packages in analyze (flutter#4146)
  [in_app_purchase] Fix crash when retrieveReceiptWithError gives an error. (flutter#4138)
  [video_player] Pause video when it completes (flutter#3727)
  [in_app_purchase] Add currencySymbol to ProductDetails (flutter#4115)
  [in_app_purchase] Add documentation for price change confirmations (flutter#4092)
  [camera] android-rework part 8: Supporting modules for final implementation (flutter#4054)
  [plugin_platform_interface] Fix README broken link (flutter#4143)
  [various] Prepare plugin repo for binding API improvements (flutter#4137)
  ...
fotiDim pushed a commit to fotiDim/plugins that referenced this pull request Sep 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes p: in_app_purchase platform-android waiting for tree to go green (Use "autosubmit") This PR is approved and tested, but waiting for the tree to be green to land.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants