File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.4+3
2
+
3
+ * Fixed typo 'manuelly' for 'manually'.
4
+
1
5
## 0.3.4+2
2
6
3
7
* Update package: e2e reference to use the local version in the flutter/plugins
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ - (void)addPayment:(FlutterMethodCall *)call result:(FlutterResult)result {
187
187
result ([FlutterError
188
188
errorWithCode: @" storekit_duplicate_product_object"
189
189
message: @" There is a pending transaction for the same product identifier. Please "
190
- @" either wait for it to be finished or finish it manuelly using "
190
+ @" either wait for it to be finished or finish it manually using "
191
191
@" `completePurchase` to avoid edge cases."
192
192
193
193
details: call.arguments]);
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ - (void)testAddPaymentWithSameProductIDWillFail {
146
146
XCTAssertEqualObjects (
147
147
error.message ,
148
148
@" There is a pending transaction for the same product identifier. Please "
149
- @" either wait for it to be finished or finish it manuelly using "
149
+ @" either wait for it to be finished or finish it manually using "
150
150
@" `completePurchase` to avoid edge cases." );
151
151
[expectation fulfill ];
152
152
}];
Original file line number Diff line number Diff line change 1
1
name : in_app_purchase
2
2
description : A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/in_app_purchase
4
- version : 0.3.4+2
4
+ version : 0.3.4+3
5
5
6
6
dependencies :
7
7
async : ^2.0.8
You can’t perform that action at this time.
0 commit comments