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

Commit a275b92

Browse files
HiIamAlanOuMichael Klimushyn
authored andcommitted
[in_app_purchase]Change a comment. (#2329)
1 parent 2a0cef3 commit a275b92

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/in_app_purchase/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.2+6
2+
3+
* Correct a comment.
4+
15
## 0.2.2+5
26

37
* Update version of json_annotation to ^3.0.0 and json_serializable to ^3.2.0. Resolve conflicts with other packages e.g. flutter_tools from sdk.

packages/in_app_purchase/lib/src/in_app_purchase/purchase_details.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class PurchaseDetails {
134134

135135
/// Points back to the `BillingClient`'s [PurchaseWrapper] object that generated this [PurchaseDetails] object.
136136
///
137-
/// This is null on Android.
137+
/// This is null on iOS.
138138
final PurchaseWrapper billingClientPurchase;
139139

140140
PurchaseDetails({

packages/in_app_purchase/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: in_app_purchase
22
description: A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/in_app_purchase
4-
version: 0.2.2+5
4+
version: 0.2.2+6
55

66

77
dependencies:

0 commit comments

Comments
 (0)